Uses of Class
org.eclipse.jgit.revwalk.ObjectWalk
-
Packages that use ObjectWalk Package Description org.eclipse.jgit.internal.revwalk org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.lib Core API for repository, config, refs, object database.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.revwalk
Constructors in org.eclipse.jgit.internal.revwalk with parameters of type ObjectWalk Constructor Description BitmappedObjectReachabilityChecker(ObjectWalk walk)New instance of the reachability checker using a existing walk.PedestrianObjectReachabilityChecker(ObjectWalk 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 ObjectWalk Modifier and Type Method Description voidPackWriter. 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 ObjectWalk Modifier and Type Method Description ObjectReachabilityCheckerObjectReader. 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.revwalk Modifier and Type Class Description static classDepthWalk.ObjectWalkSubclass of ObjectWalk that performs depth filtering.Methods in org.eclipse.jgit.revwalk that return ObjectWalk Modifier and Type Method Description ObjectWalkRevWalk. toObjectWalkWithSameObjects()Create and return anObjectWalkusing 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 booleanObjectFilter. include(ObjectWalk walker, AnyObjectId objid)Determine if the named object should be included in the walk.
-