Uses of Class
org.eclipse.jgit.diff.DiffAlgorithm
-
Packages that use DiffAlgorithm Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.blame Computing blame/annotate information of files.org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.pgm.debug -
-
Uses of DiffAlgorithm in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as DiffAlgorithm Modifier and Type Field Description private DiffAlgorithmBlameCommand. diffAlgorithmMethods in org.eclipse.jgit.api with parameters of type DiffAlgorithm Modifier and Type Method Description BlameCommandBlameCommand. setDiffAlgorithm(DiffAlgorithm diffAlgorithm)Set diff algorithm -
Uses of DiffAlgorithm in org.eclipse.jgit.blame
Fields in org.eclipse.jgit.blame declared as DiffAlgorithm Modifier and Type Field Description private DiffAlgorithmBlameGenerator. diffAlgorithmMethods in org.eclipse.jgit.blame with parameters of type DiffAlgorithm Modifier and Type Method Description BlameGeneratorBlameGenerator. 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.diff Modifier and Type Class Description classHistogramDiffAn extended form of Bram Cohen's patience diff algorithm.classLowLevelDiffAlgorithmCompares two sequences primarily based upon hash codes.Fields in org.eclipse.jgit.diff declared as DiffAlgorithm Modifier and Type Field Description private DiffAlgorithmDiffFormatter. diffAlgorithm(package private) DiffAlgorithmHistogramDiff. fallbackAlgorithm to use when there are too many element occurrences.static DiffAlgorithmMyersDiff. INSTANCESingleton instance of MyersDiff.Methods in org.eclipse.jgit.diff that return DiffAlgorithm Modifier and Type Method Description static DiffAlgorithmDiffAlgorithm. getAlgorithm(DiffAlgorithm.SupportedAlgorithm alg)Get diff algorithmMethods in org.eclipse.jgit.diff with parameters of type DiffAlgorithm Modifier and Type Method Description voidDiffFormatter. setDiffAlgorithm(DiffAlgorithm alg)Set the algorithm that constructs difference output.voidHistogramDiff. setFallbackAlgorithm(DiffAlgorithm alg)Set the algorithm used when there are too many element occurrences. -
Uses of DiffAlgorithm in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as DiffAlgorithm Modifier and Type Field Description private DiffAlgorithmMergeAlgorithm. diffAlgConstructors in org.eclipse.jgit.merge with parameters of type DiffAlgorithm Constructor Description MergeAlgorithm(DiffAlgorithm diff)Creates a new MergeAlgorithm -
Uses of DiffAlgorithm in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug that return DiffAlgorithm Modifier and Type Method Description (package private) abstract DiffAlgorithmDiffAlgorithms.Algorithm. create()
-