Uses of Class
org.eclipse.jgit.dircache.DirCacheEditor.PathEdit
-
Packages that use DirCacheEditor.PathEdit Package Description org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.junit -
-
Uses of DirCacheEditor.PathEdit in org.eclipse.jgit.dircache
Subclasses of DirCacheEditor.PathEdit in org.eclipse.jgit.dircache Modifier and Type Class Description static classDirCacheEditor.DeletePathDeletes a single file entry from the index.static classDirCacheEditor.DeleteTreeRecursively deletes all paths under a subtree.Fields in org.eclipse.jgit.dircache with type parameters of type DirCacheEditor.PathEdit Modifier and Type Field Description private static java.util.Comparator<DirCacheEditor.PathEdit>DirCacheEditor. EDIT_CMPprivate java.util.List<DirCacheEditor.PathEdit>DirCacheEditor. editsMethods in org.eclipse.jgit.dircache that return DirCacheEditor.PathEdit Modifier and Type Method Description DirCacheEditor.PathEditDirCacheEditor.PathEdit. setReplace(boolean ok)Configure if a file can replace a directory (or vice versa).Methods in org.eclipse.jgit.dircache with parameters of type DirCacheEditor.PathEdit Modifier and Type Method Description voidDirCacheEditor. add(DirCacheEditor.PathEdit edit)Append one edit command to the list of commands to be applied. -
Uses of DirCacheEditor.PathEdit in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit with parameters of type DirCacheEditor.PathEdit Modifier and Type Method Description TestRepository.CommitBuilderTestRepository.CommitBuilder. edit(DirCacheEditor.PathEdit edit)Edit the index
-