Uses of Class
org.eclipse.jgit.revwalk.ObjectWalk
Packages that use ObjectWalk
Package
Description
Reading/writing Git pack files.
Core API for repository, config, refs, object database.
Walking revision graphs (commit history).
Filters for use in revision walking.
-
Uses of ObjectWalk in org.eclipse.jgit.internal.revwalk
Constructors in org.eclipse.jgit.internal.revwalk with parameters of type ObjectWalkModifierConstructorDescriptionNew instance of the reachability checker using a existing walk.New instance of the reachability checker using a existing walk. -
Uses of ObjectWalk in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectWalkModifier and TypeMethodDescriptionvoidPackWriter.preparePack(ProgressMonitor countingMonitor, ObjectWalk walk, Set<? extends ObjectId> interestingObjects, Set<? extends ObjectId> uninterestingObjects, Set<? extends ObjectId> noBitmaps) Prepare the list of objects to be written to the pack stream. -
Uses of ObjectWalk in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type ObjectWalkModifier and TypeMethodDescriptionObjectReader.createObjectReachabilityChecker(ObjectWalk ow) Create an object reachability checker that will use bitmaps if possible. -
Uses of ObjectWalk in org.eclipse.jgit.revwalk
Subclasses of ObjectWalk in org.eclipse.jgit.revwalkModifier and TypeClassDescriptionstatic classSubclass of ObjectWalk that performs depth filtering.Methods in org.eclipse.jgit.revwalk that return ObjectWalkModifier and TypeMethodDescriptionRevWalk.toObjectWalkWithSameObjects()Create and return anObjectWalkusing the same objects.Constructors in org.eclipse.jgit.revwalk with parameters of type ObjectWalkModifierConstructorDescriptionBitmapWalker(ObjectWalk walker, BitmapIndex bitmapIndex, ProgressMonitor pm) Create a BitmapWalker. -
Uses of ObjectWalk in org.eclipse.jgit.revwalk.filter
Methods in org.eclipse.jgit.revwalk.filter with parameters of type ObjectWalkModifier and TypeMethodDescriptionabstract booleanObjectFilter.include(ObjectWalk walker, AnyObjectId objid) Determine if the named object should be included in the walk.