Uses of Class
org.eclipse.jgit.dircache.DirCacheTree
-
Packages that use DirCacheTree Package Description org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.pgm.debug -
-
Uses of DirCacheTree in org.eclipse.jgit.dircache
Fields in org.eclipse.jgit.dircache declared as DirCacheTree Modifier and Type Field Description private DirCacheTree[]
DirCacheTree. children
Child trees, if any, sorted byencodedName
.protected DirCacheTree
DirCacheIterator. currentSubtree
The subtree containingDirCacheIterator.currentEntry
if this is first entry.private static DirCacheTree[]
DirCacheTree. NO_CHILDREN
private DirCacheTree
DirCacheTree. parent
Tree this tree resides in; null if we are the root.private DirCacheTree
DirCache. tree
Cache tree for this index; null if the cache tree is not available.private DirCacheTree
DirCacheIterator. tree
The tree this iterator is walking.Fields in org.eclipse.jgit.dircache with type parameters of type DirCacheTree Modifier and Type Field Description private static java.util.Comparator<DirCacheTree>
DirCacheTree. TREE_CMP
Methods in org.eclipse.jgit.dircache that return DirCacheTree 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.Methods in org.eclipse.jgit.dircache with parameters of type DirCacheTree Modifier and Type Method Description private void
DirCacheTree. insertChild(int stIdx, DirCacheTree st)
private static int
DirCacheTree. namecmp(byte[] a, int aPos, DirCacheTree ct)
Constructors in org.eclipse.jgit.dircache with parameters of type DirCacheTree Constructor Description DirCacheBuildIterator(DirCacheBuildIterator p, DirCacheTree dct)
DirCacheIterator(DirCacheIterator p, DirCacheTree dct)
DirCacheTree(byte[] in, MutableInteger off, DirCacheTree myParent)
DirCacheTree(DirCacheTree myParent, byte[] path, int pathOff, int pathLen)
-
Uses of DirCacheTree in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug with parameters of type DirCacheTree Modifier and Type Method Description private void
MakeCacheTree. show(DirCacheTree tree)
private void
ShowCacheTree. show(DirCacheTree tree)
-