Uses of Package
org.eclipse.jgit.dircache

Packages that use org.eclipse.jgit.dircache
org.eclipse.jgit.api   
org.eclipse.jgit.dircache   
org.eclipse.jgit.errors   
org.eclipse.jgit.lib   
org.eclipse.jgit.merge   
org.eclipse.jgit.treewalk   
 

Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.api
DirCache
          Support for the Git dircache (aka index file).
 

Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.dircache
DirCache
          Support for the Git dircache (aka index file).
DirCacheBuilder
          Updates a DirCache by adding individual DirCacheEntrys.
DirCacheEditor
          Updates a DirCache by supplying discrete edit commands.
DirCacheEditor.PathEdit
          Any index record update.
DirCacheEntry
          A single file (or stage of a file) in a DirCache.
DirCacheIterator
          Iterate a DirCache as part of a TreeWalk.
DirCacheTree
          Single tree record from the 'TREE' DirCache extension.
 

Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.errors
DirCacheEntry
          A single file (or stage of a file) in a DirCache.
 

Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.lib
DirCache
          Support for the Git dircache (aka index file).
 

Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.merge
DirCache
          Support for the Git dircache (aka index file).
DirCacheEntry
          A single file (or stage of a file) in a DirCache.
 

Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.treewalk
DirCacheEntry
          A single file (or stage of a file) in a DirCache.
DirCacheIterator
          Iterate a DirCache as part of a TreeWalk.
 



Copyright © 2012. All Rights Reserved.