Uses of Enum
org.eclipse.jgit.diff.DiffAlgorithm.SupportedAlgorithm
Packages that use DiffAlgorithm.SupportedAlgorithm
Package
Description
Comparing file contents by computing diffs.
-
Uses of DiffAlgorithm.SupportedAlgorithm in org.eclipse.jgit.diff
Subclasses with type arguments of type DiffAlgorithm.SupportedAlgorithm in org.eclipse.jgit.diffModifier and TypeClassDescriptionstatic enumSupported diff algorithmMethods in org.eclipse.jgit.diff that return DiffAlgorithm.SupportedAlgorithmModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static DiffAlgorithm.SupportedAlgorithm[]DiffAlgorithm.SupportedAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.diff with parameters of type DiffAlgorithm.SupportedAlgorithmModifier and TypeMethodDescriptionstatic DiffAlgorithmDiffAlgorithm.getAlgorithm(DiffAlgorithm.SupportedAlgorithm alg) Get diff algorithm -
Uses of DiffAlgorithm.SupportedAlgorithm in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type DiffAlgorithm.SupportedAlgorithmModifier and TypeMethodDescription(package private) void