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 DirCacheEditorDirCache. 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 voidRefTree. apply(DirCacheEditor ed, Command cmd)private static voidRefTree. cleanupPeeledRef(DirCacheEditor ed, Ref ref)
-