Uses of Class
org.eclipse.jgit.errors.StopWalkException
-
Packages that use StopWalkException Package Description org.eclipse.jgit.errors Exceptions thrown by lower-level JGit APIs.org.eclipse.jgit.revwalk Walking revision graphs (commit history).org.eclipse.jgit.revwalk.filter Filters for use in revision walking. -
-
Uses of StopWalkException in org.eclipse.jgit.errors
Fields in org.eclipse.jgit.errors declared as StopWalkException Modifier and Type Field Description static StopWalkExceptionStopWalkException. INSTANCESingleton instance for throwing within a filter. -
Uses of StopWalkException in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that throw StopWalkException Modifier and Type Method Description booleanTreeRevFilter. include(RevWalk walker, RevCommit c)Determine if the supplied commit should be included in results. -
Uses of StopWalkException in org.eclipse.jgit.revwalk.filter
Methods in org.eclipse.jgit.revwalk.filter that throw StopWalkException Modifier and Type Method Description booleanMaxCountRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.abstract booleanRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanSkipRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.
-