Uses of Class
org.eclipse.jgit.diff.ContentSource.Pair
-
Packages that use ContentSource.Pair Package Description org.eclipse.jgit.diff Comparing file contents by computing diffs. -
-
Uses of ContentSource.Pair in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as ContentSource.Pair Modifier and Type Field Description private ContentSource.PairSimilarityRenameDetector. readerprivate ContentSource.PairDiffFormatter. sourceMethods in org.eclipse.jgit.diff with parameters of type ContentSource.Pair Modifier and Type Method Description private voidRenameDetector. breakModifies(ContentSource.Pair reader, ProgressMonitor pm)private intRenameDetector. calculateModifyScore(ContentSource.Pair reader, DiffEntry d)java.util.List<DiffEntry>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.Pair Constructor Description SimilarityRenameDetector(ContentSource.Pair reader, java.util.List<DiffEntry> srcs, java.util.List<DiffEntry> dsts)
-