Package | Description |
---|---|
org.eclipse.jgit.treewalk |
Modifier and Type | Method and Description |
---|---|
CanonicalTreeParser |
CanonicalTreeParser.createSubtreeIterator(ObjectReader reader,
MutableObjectId idBuffer) |
AbstractTreeIterator |
AbstractTreeIterator.createSubtreeIterator(ObjectReader reader,
MutableObjectId idBuffer)
Create a new iterator for the current entry's subtree.
|
void |
AbstractTreeIterator.getEntryObjectId(MutableObjectId out)
Obtain the ObjectId for the current entry.
|
void |
TreeWalk.getObjectId(MutableObjectId out,
int nth)
Obtain the ObjectId for the current entry.
|
Copyright © 2012. All Rights Reserved.