Uses of Interface
org.eclipse.jgit.revwalk.ReachabilityChecker
Packages that use ReachabilityChecker
Package
Description
Core API for repository, config, refs, object database.
Walking revision graphs (commit history).
-
Uses of ReachabilityChecker in org.eclipse.jgit.internal.revwalk
Classes in org.eclipse.jgit.internal.revwalk that implement ReachabilityCheckerModifier and TypeClassDescriptionclass
Checks the reachability using bitmaps.class
Checks 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 ReachabilityCheckerModifier and TypeMethodDescriptionObjectReader.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 ReachabilityCheckerModifier and TypeMethodDescriptionfinal ReachabilityChecker
RevWalk.createReachabilityChecker()
Deprecated.
ObjectReader#createReachabilityChecker(RevWalk)
instead.