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.childrenChild trees, if any, sorted byencodedName.protected DirCacheTreeDirCacheIterator.currentSubtreeThe subtree containingDirCacheIterator.currentEntryif this is first entry.private static final DirCacheTree[]DirCacheTree.NO_CHILDRENprivate DirCacheTreeDirCacheTree.parentTree this tree resides in; null if we are the root.private DirCacheTreeDirCache.treeCache tree for this index; null if the cache tree is not available.private final DirCacheTreeDirCacheIterator.treeThe 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_CMPMethods 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 voidDirCacheTree.insertChild(int stIdx, DirCacheTree st) private static intDirCacheTree.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) privateDirCacheTree(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 voidMakeCacheTree.show(DirCacheTree tree) private voidShowCacheTree.show(DirCacheTree tree)