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

Packages that use DirCacheIterator
org.eclipse.jgit.dircache   
org.eclipse.jgit.treewalk   
 

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 © 2012. All Rights Reserved.