Uses of Class
org.eclipse.jgit.diff.DiffAlgorithm
Packages that use DiffAlgorithm
Package
Description
High-level API commands (the porcelain of JGit).
Computing blame/annotate information of files.
Comparing file contents by computing diffs.
Content and commit history merge algorithms.
-
Uses of DiffAlgorithm in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type DiffAlgorithmModifier and TypeMethodDescriptionBlameCommand.setDiffAlgorithm
(DiffAlgorithm diffAlgorithm) Set diff algorithm -
Uses of DiffAlgorithm in org.eclipse.jgit.blame
Methods in org.eclipse.jgit.blame with parameters of type DiffAlgorithmModifier and TypeMethodDescriptionBlameGenerator.setDiffAlgorithm
(DiffAlgorithm algorithm) Difference algorithm to use when comparing revisions. -
Uses of DiffAlgorithm in org.eclipse.jgit.diff
Subclasses of DiffAlgorithm in org.eclipse.jgit.diffModifier and TypeClassDescriptionclass
An extended form of Bram Cohen's patience diff algorithm.class
Compares two sequences primarily based upon hash codes.Fields in org.eclipse.jgit.diff declared as DiffAlgorithmModifier and TypeFieldDescriptionstatic final DiffAlgorithm
MyersDiff.INSTANCE
Singleton instance of MyersDiff.Methods in org.eclipse.jgit.diff that return DiffAlgorithmModifier and TypeMethodDescriptionstatic DiffAlgorithm
DiffAlgorithm.getAlgorithm
(DiffAlgorithm.SupportedAlgorithm alg) Get diff algorithmMethods in org.eclipse.jgit.diff with parameters of type DiffAlgorithmModifier and TypeMethodDescriptionvoid
DiffFormatter.setDiffAlgorithm
(DiffAlgorithm alg) Set the algorithm that constructs difference output.void
HistogramDiff.setFallbackAlgorithm
(DiffAlgorithm alg) Set the algorithm used when there are too many element occurrences. -
Uses of DiffAlgorithm in org.eclipse.jgit.merge
Constructors in org.eclipse.jgit.merge with parameters of type DiffAlgorithm