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 TypeClassDescriptionclassChecks the reachability using bitmaps.classChecks 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 ReachabilityCheckerRevWalk.createReachabilityChecker()Deprecated.
ObjectReader#createReachabilityChecker(RevWalk)instead.