Uses of Class
org.eclipse.jgit.errors.CancelledException
Packages that use CancelledException
Package
Description
Comparing file contents by computing diffs.
File based repository storage.
-
Uses of CancelledException in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that throw CancelledExceptionModifier and TypeMethodDescriptionprivate void
RenameDetector.advanceOrCancel
(ProgressMonitor pm) private void
RenameDetector.breakModifies
(ContentSource.Pair reader, ProgressMonitor pm) private int
SimilarityRenameDetector.buildMatrix
(ProgressMonitor pm) RenameDetector.compute
(ContentSource.Pair reader, ProgressMonitor pm) Detect renames in the current file set.RenameDetector.compute
(ObjectReader reader, ProgressMonitor pm) Detect renames in the current file set.RenameDetector.compute
(ProgressMonitor pm) Detect renames in the current file set.(package private) void
SimilarityRenameDetector.compute
(ProgressMonitor pm) private void
RenameDetector.findContentRenames
(ContentSource.Pair reader, ProgressMonitor pm) private void
RenameDetector.findExactRenames
(ProgressMonitor pm) private HashMap
<AbbreviatedObjectId, Object> RenameDetector.populateMap
(List<DiffEntry> diffEntries, ProgressMonitor pm) private void
RenameDetector.rejoinModifies
(ProgressMonitor pm) -
Uses of CancelledException in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that throw CancelledException