Uses of Class
org.eclipse.jgit.dircache.DirCacheIterator
Packages that use DirCacheIterator
Package
Description
Reading and editing the directory cache (index).
Walking and comparing directory/file trees (of commits, file system).
-
Uses of DirCacheIterator in org.eclipse.jgit.dircache
Subclasses of DirCacheIterator in org.eclipse.jgit.dircache -
Uses of DirCacheIterator in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk that return DirCacheIteratorModifier and TypeMethodDescriptionprotected DirCacheIterator
WorkingTreeIterator.getDirCacheIterator()
Retrieves theDirCacheIterator
at the current entry ifWorkingTreeIterator.setDirCacheIterator(TreeWalk, int)
was called.Methods in org.eclipse.jgit.treewalk with parameters of type DirCacheIteratorModifier and TypeMethodDescriptionWorkingTreeIterator.getIndexFileMode
(DirCacheIterator indexIter) Get the file mode to use for the current entry when it is to be updated in the index.