Uses of Interface
org.eclipse.jgit.revwalk.ObjectReachabilityChecker
Packages that use ObjectReachabilityChecker
Package
Description
Core API for repository, config, refs, object database.
Walking revision graphs (commit history).
-
Uses of ObjectReachabilityChecker in org.eclipse.jgit.internal.revwalk
Classes in org.eclipse.jgit.internal.revwalk that implement ObjectReachabilityCheckerModifier and TypeClassDescriptionclass
Checks if all objects are reachable from certain starting points using bitmaps.class
Checks if all objects are reachable from certain starting points doing a walk. -
Uses of ObjectReachabilityChecker in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return ObjectReachabilityCheckerModifier and TypeMethodDescriptionObjectReader.createObjectReachabilityChecker
(ObjectWalk ow) Create an object reachability checker that will use bitmaps if possible. -
Uses of ObjectReachabilityChecker in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that return ObjectReachabilityChecker
ObjectReader#createObjectReachabilityChecker(ObjectWalk)
instead.