Uses of Class
org.eclipse.jgit.dircache.DirCacheEditor
-
Packages that use DirCacheEditor Package Description org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.internal.storage.reftree -
-
Uses of DirCacheEditor in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache that return DirCacheEditor Modifier and Type Method Description DirCacheEditor
DirCache. editor()
Create a new editor to recreate this cache. -
Uses of DirCacheEditor in org.eclipse.jgit.internal.storage.reftree
Methods in org.eclipse.jgit.internal.storage.reftree with parameters of type DirCacheEditor Modifier and Type Method Description private void
RefTree. apply(DirCacheEditor ed, Command cmd)
private static void
RefTree. cleanupPeeledRef(DirCacheEditor ed, Ref ref)
-