Uses of Interface
org.eclipse.jgit.revwalk.ReachabilityChecker
-
Packages that use ReachabilityChecker Package Description org.eclipse.jgit.internal.revwalk org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.revwalk Walking revision graphs (commit history). -
-
Uses of ReachabilityChecker in org.eclipse.jgit.internal.revwalk
Classes in org.eclipse.jgit.internal.revwalk that implement ReachabilityChecker Modifier and Type Class Description classBitmappedReachabilityCheckerChecks the reachability using bitmaps.classPedestrianReachabilityCheckerChecks the reachability walking the graph from the starters towards the target. -
Uses of ReachabilityChecker in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return ReachabilityChecker Modifier and Type Method Description ReachabilityCheckerObjectReader. createReachabilityChecker(RevWalk rw)Create a reachability checker that will use bitmaps if possible. -
Uses of ReachabilityChecker in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that return ReachabilityChecker Modifier and Type Method Description ReachabilityCheckerRevWalk. createReachabilityChecker()Deprecated.useObjectReader#createReachabilityChecker(RevWalk)instead.
-