Package | Description |
---|---|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
org.eclipse.jgit.util.sha1 |
Modifier and Type | Method and Description |
---|---|
CanonicalTreeParser |
CanonicalTreeParser.createSubtreeIterator(ObjectReader reader,
MutableObjectId idBuffer)
Create a new iterator for the current entry's subtree.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SHA1.digest(MutableObjectId id)
Finish the digest and return the resulting hash.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.