Uses of Class
org.eclipse.jgit.dircache.DirCacheIterator

Packages that use DirCacheIterator
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
 class DirCacheBuildIterator
          Iterate and update a DirCache as part of a TreeWalk.
 

Uses of DirCacheIterator in org.eclipse.jgit.treewalk
 

Methods in org.eclipse.jgit.treewalk with parameters of type DirCacheIterator
 FileMode WorkingTreeIterator.getIndexFileMode(DirCacheIterator indexIter)
          Get the file mode to use for the current entry when it is to be updated in the index.
 



Copyright © 2013. All Rights Reserved.