Package | Description |
---|---|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
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 © 2016 Eclipse JGit Project. All rights reserved.