Uses of Class
org.eclipse.jgit.diff.ContentSource.Pair
Packages that use ContentSource.Pair
-
Uses of ContentSource.Pair in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as ContentSource.PairModifier and TypeFieldDescriptionprivate ContentSource.Pair
SimilarityRenameDetector.reader
private ContentSource.Pair
DiffFormatter.source
Methods in org.eclipse.jgit.diff with parameters of type ContentSource.PairModifier and TypeMethodDescriptionprivate void
RenameDetector.breakModifies
(ContentSource.Pair reader, ProgressMonitor pm) private int
RenameDetector.calculateModifyScore
(ContentSource.Pair reader, DiffEntry d) RenameDetector.compute
(ContentSource.Pair reader, ProgressMonitor pm) Detect renames in the current file set.private void
RenameDetector.findContentRenames
(ContentSource.Pair reader, ProgressMonitor pm) Constructors in org.eclipse.jgit.diff with parameters of type ContentSource.PairModifierConstructorDescription(package private)
SimilarityRenameDetector
(ContentSource.Pair reader, List<DiffEntry> srcs, List<DiffEntry> dsts)