Uses of Class
org.eclipse.jgit.dircache.DirCacheBuilder
-
Packages that use DirCacheBuilder Package Description 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 Modifier and Type Method Description DirCacheBuilder
DirCache. builder()
Create a new builder to update this cache.Constructors in org.eclipse.jgit.dircache with parameters of type DirCacheBuilder Constructor Description DirCacheBuildIterator(DirCacheBuilder dcb)
Create a new iterator for an already loaded DirCache instance.
-