Package | Description |
---|---|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
Modifier and Type | Field and Description |
---|---|
protected DirCacheTree |
DirCacheIterator.currentSubtree
The subtree containing
DirCacheIterator.currentEntry if this is first entry. |
Modifier and Type | Method and Description |
---|---|
DirCacheTree |
DirCache.getCacheTree(boolean build)
Obtain (or build) the current cache tree structure.
|
DirCacheTree |
DirCacheTree.getChild(int i)
Get the i-th child cache tree.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.