Uses of Class
org.eclipse.jgit.dircache.DirCacheEditor.PathEdit
Packages that use DirCacheEditor.PathEdit
-
Uses of DirCacheEditor.PathEdit in org.eclipse.jgit.dircache
Subclasses of DirCacheEditor.PathEdit in org.eclipse.jgit.dircacheModifier and TypeClassDescriptionstatic final classDeletes a single file entry from the index.static final classRecursively deletes all paths under a subtree.Fields in org.eclipse.jgit.dircache with type parameters of type DirCacheEditor.PathEditModifier and TypeFieldDescriptionprivate static final Comparator<DirCacheEditor.PathEdit>DirCacheEditor.EDIT_CMPprivate final List<DirCacheEditor.PathEdit>DirCacheEditor.editsMethods in org.eclipse.jgit.dircache that return DirCacheEditor.PathEditModifier and TypeMethodDescriptionDirCacheEditor.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.PathEditModifier and TypeMethodDescriptionvoidDirCacheEditor.add(DirCacheEditor.PathEdit edit) Append one edit command to the list of commands to be applied.