| Package | Description |
|---|---|
| org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
| Modifier and Type | Field | Description |
|---|---|---|
protected DirCacheTree |
DirCacheIterator.currentSubtree |
The subtree containing
DirCacheIterator.currentEntry if this is first entry. |
| Modifier and Type | Method | 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 © 2018. All rights reserved.