Uses of Class
org.eclipse.jgit.dircache.DirCacheEditor.PathEdit

Packages that use DirCacheEditor.PathEdit
org.eclipse.jgit.dircache Reading and editing the directory cache (index). 
 

Uses of DirCacheEditor.PathEdit in org.eclipse.jgit.dircache
 

Subclasses of DirCacheEditor.PathEdit in org.eclipse.jgit.dircache
static class DirCacheEditor.DeletePath
          Deletes a single file entry from the index.
static class DirCacheEditor.DeleteTree
          Recursively deletes all paths under a subtree.
 

Methods in org.eclipse.jgit.dircache with parameters of type DirCacheEditor.PathEdit
 void DirCacheEditor.add(DirCacheEditor.PathEdit edit)
          Append one edit command to the list of commands to be applied.
 



Copyright © 2013. All Rights Reserved.