Uses of Interface
org.eclipse.jgit.revwalk.ReachabilityChecker
Packages that use ReachabilityChecker
Package
Description
Core API for repository, config, refs, object database.
-
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.