Uses of Class
org.eclipse.jgit.dircache.DirCacheIterator
-
Packages that use DirCacheIterator Package Description org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.treewalk 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 Modifier and Type Class Description class
DirCacheBuildIterator
Iterate and update aDirCache
as part of aTreeWalk
. -
Uses of DirCacheIterator in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk that return DirCacheIterator Modifier and Type Method Description protected 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 DirCacheIterator Modifier and Type Method Description FileMode
WorkingTreeIterator. getIndexFileMode(DirCacheIterator indexIter)
Get the file mode to use for the current entry when it is to be updated in the index.
-