Uses of Class
org.eclipse.jgit.revwalk.ObjectWalk
-
Packages that use ObjectWalk Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.revwalk Walking revision graphs (commit history).org.eclipse.jgit.revwalk.filter Filters for use in revision walking. -
-
Uses of ObjectWalk in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectWalk Modifier and Type Method Description void
PackWriter. 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.revwalk
Subclasses of ObjectWalk in org.eclipse.jgit.revwalk Modifier and Type Class Description static class
DepthWalk.ObjectWalk
Subclass of ObjectWalk that performs depth filtering.Methods in org.eclipse.jgit.revwalk that return ObjectWalk Modifier and Type Method Description ObjectWalk
RevWalk. toObjectWalkWithSameObjects()
Create and return anObjectWalk
using the same objects.Constructors in org.eclipse.jgit.revwalk with parameters of type ObjectWalk Constructor Description BitmapWalker(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 ObjectWalk Modifier and Type Method Description abstract boolean
ObjectFilter. include(ObjectWalk walker, AnyObjectId objid)
Determine if the named object should be included in the walk.
-