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

Packages that use DirCacheBuilder
org.eclipse.jgit.dircache Reading and editing the directory cache (index). 
 

Uses of DirCacheBuilder in org.eclipse.jgit.dircache
 

Methods in org.eclipse.jgit.dircache that return DirCacheBuilder
 DirCacheBuilder DirCache.builder()
          Create a new builder to update this cache.
 

Constructors in org.eclipse.jgit.dircache with parameters of type DirCacheBuilder
DirCacheBuildIterator(DirCacheBuilder dcb)
          Create a new iterator for an already loaded DirCache instance.
 



Copyright © 2013. All Rights Reserved.