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. childrenChild trees, if any, sorted byencodedName.protected DirCacheTreeDirCacheIterator. currentSubtreeThe subtree containingDirCacheIterator.currentEntryif this is first entry.private static 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 DirCacheTreeDirCacheIterator. treeThe 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_CMPMethods in org.eclipse.jgit.dircache that return DirCacheTree Modifier and Type Method Description DirCacheTreeDirCache. getCacheTree(boolean build)Obtain (or build) the current cache tree structure.DirCacheTreeDirCacheTree. 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 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 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 voidMakeCacheTree. show(DirCacheTree tree)private voidShowCacheTree. show(DirCacheTree tree)
-