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.Pair
SimilarityRenameDetector. reader
private ContentSource.Pair
DiffFormatter. source
Methods in org.eclipse.jgit.diff with parameters of type ContentSource.Pair Modifier and Type Method Description private void
RenameDetector. breakModifies(ContentSource.Pair reader, ProgressMonitor pm)
private int
RenameDetector. 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 void
RenameDetector. 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)
-