Uses of Class
org.eclipse.jgit.diff.SimilarityIndex
Packages that use SimilarityIndex
-
Uses of SimilarityIndex in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that return SimilarityIndexModifier and TypeMethodDescriptionstatic SimilarityIndex
SimilarityIndex.create
(ObjectLoader obj) Create a new similarity index for the given objectMethods in org.eclipse.jgit.diff with parameters of type SimilarityIndexModifier and TypeMethodDescriptionint
SimilarityIndex.score
(SimilarityIndex dst, int maxScore) Compute the similarity score between this index and another.