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) class
BitmappedReachabilityChecker
Checks the reachability using bitmaps.(package private) class
PedestrianReachabilityChecker
Checks 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 ReachabilityChecker
RevWalk. createReachabilityChecker()
Get a reachability checker for commits over this revwalk.
-