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.PairSimilarityRenameDetector.readerprivate ContentSource.PairDiffFormatter.sourceMethods in org.eclipse.jgit.diff with parameters of type ContentSource.PairModifier and TypeMethodDescriptionprivate voidRenameDetector.breakModifies(ContentSource.Pair reader, ProgressMonitor pm) private intRenameDetector.calculateModifyScore(ContentSource.Pair reader, DiffEntry d) RenameDetector.compute(ContentSource.Pair reader, ProgressMonitor pm) Detect renames in the current file set.private voidRenameDetector.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)