Uses of Class
org.eclipse.jgit.errors.CancelledException
-
Packages that use CancelledException Package Description org.eclipse.jgit.diff Comparing file contents by computing diffs. -
-
Uses of CancelledException in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that throw CancelledException Modifier and Type Method Description List<DiffEntry>
RenameDetector. compute(ContentSource.Pair reader, ProgressMonitor pm)
Detect renames in the current file set.List<DiffEntry>
RenameDetector. compute(ObjectReader reader, ProgressMonitor pm)
Detect renames in the current file set.List<DiffEntry>
RenameDetector. compute(ProgressMonitor pm)
Detect renames in the current file set.
-