Uses of Interface
org.eclipse.jgit.revwalk.ObjectReachabilityChecker
-
Packages that use ObjectReachabilityChecker Package Description org.eclipse.jgit.revwalk Walking revision graphs (commit history). -
-
Uses of ObjectReachabilityChecker in org.eclipse.jgit.revwalk
Classes in org.eclipse.jgit.revwalk that implement ObjectReachabilityChecker Modifier and Type Class Description (package private) class
BitmappedObjectReachabilityChecker
Checks if all objects are reachable from certain starting points using bitmaps.(package private) class
PedestrianObjectReachabilityChecker
Checks if all objects are reachable from certain starting points doing a walk.Methods in org.eclipse.jgit.revwalk that return ObjectReachabilityChecker Modifier and Type Method Description ObjectReachabilityChecker
ObjectWalk. createObjectReachabilityChecker()
Create an object reachability checker that will use bitmaps if possible.
-