Package | Description |
---|---|
org.eclipse.jgit.lib | |
org.eclipse.jgit.revwalk | |
org.eclipse.jgit.storage.pack |
Modifier and Type | Method and Description |
---|---|
void |
ObjectReader.walkAdviceBeginTrees(ObjectWalk ow,
RevCommit min,
RevCommit max)
Advice from an
ObjectWalk that trees will be traversed. |
Modifier and Type | Class and Description |
---|---|
static class |
DepthWalk.ObjectWalk
Subclass of ObjectWalk that performs depth filtering.
|
Modifier and Type | Method and Description |
---|---|
ObjectWalk |
RevWalk.toObjectWalkWithSameObjects()
Create and return an
ObjectWalk using the same objects. |
Modifier and Type | Method and Description |
---|---|
void |
PackWriter.preparePack(ProgressMonitor countingMonitor,
ObjectWalk walk,
java.util.Collection<? extends ObjectId> interestingObjects,
java.util.Collection<? extends ObjectId> uninterestingObjects)
Deprecated.
to be removed in 2.0; use the Set version of this method.
|
void |
PackWriter.preparePack(ProgressMonitor countingMonitor,
ObjectWalk walk,
java.util.Set<? extends ObjectId> interestingObjects,
java.util.Set<? extends ObjectId> uninterestingObjects)
Prepare the list of objects to be written to the pack stream.
|
Copyright © 2012. All Rights Reserved.