Uses of Interface
org.eclipse.jgit.revwalk.ReachabilityChecker
-
Packages that use ReachabilityChecker Package Description org.eclipse.jgit.revwalk Walking revision graphs (commit history). -
-
Uses of ReachabilityChecker in org.eclipse.jgit.revwalk
Classes in org.eclipse.jgit.revwalk that implement ReachabilityChecker Modifier and Type Class Description (package private) classBitmappedReachabilityCheckerChecks the reachability using bitmaps.(package private) classPedestrianReachabilityCheckerChecks the reachability walking the graph from the starters towards the target.Methods in org.eclipse.jgit.revwalk that return ReachabilityChecker Modifier and Type Method Description ReachabilityCheckerRevWalk. createReachabilityChecker()Get a reachability checker for commits over this revwalk.
-