Uses of Class
org.eclipse.jgit.errors.UnmergedPathException
-
Packages that use UnmergedPathException Package Description org.eclipse.jgit.dircache Reading and editing the directory cache (index). -
-
Uses of UnmergedPathException in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache that throw UnmergedPathException Modifier and Type Method Description private intDirCacheTree. computeSize(DirCacheEntry[] cache, int cIdx, int pathOffset, ObjectInserter ow)ObjectIdDirCache. writeTree(ObjectInserter ow)Write all index trees to the object store, returning the root tree.(package private) ObjectIdDirCacheTree. writeTree(DirCacheEntry[] cache, int cIdx, int pathOffset, ObjectInserter ow)Write (if necessary) this tree to the object store.
-