Uses of Class
org.eclipse.jgit.dircache.DirCacheTree
Packages that use DirCacheTree
Package
Description
Reading and editing the directory cache (index).
-
Uses of DirCacheTree in org.eclipse.jgit.dircache
Fields in org.eclipse.jgit.dircache declared as DirCacheTreeModifier and TypeFieldDescriptionprivate DirCacheTree[]
DirCacheTree.children
Child trees, if any, sorted byencodedName
.protected DirCacheTree
DirCacheIterator.currentSubtree
The subtree containingDirCacheIterator.currentEntry
if this is first entry.private static final 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 final DirCacheTree
DirCacheIterator.tree
The tree this iterator is walking.Fields in org.eclipse.jgit.dircache with type parameters of type DirCacheTreeModifier and TypeFieldDescriptionprivate static final Comparator<DirCacheTree>
DirCacheTree.TREE_CMP
Methods in org.eclipse.jgit.dircache that return DirCacheTreeModifier and TypeMethodDescriptionDirCache.getCacheTree
(boolean build) Obtain (or build) the current cache tree structure.DirCacheTree.getChild
(int i) Get the i-th child cache tree.Methods in org.eclipse.jgit.dircache with parameters of type DirCacheTreeModifier and TypeMethodDescriptionprivate 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 DirCacheTreeModifierConstructorDescription(package private)
(package private)
(package private)
DirCacheTree
(byte[] in, MutableInteger off, DirCacheTree myParent) private
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 DirCacheTreeModifier and TypeMethodDescriptionprivate void
MakeCacheTree.show
(DirCacheTree tree) private void
ShowCacheTree.show
(DirCacheTree tree)