Package org.eclipse.jgit.dircache
Reading and editing the directory cache (index).
-
Class Summary Class Description BaseDirCacheEditor Generic update/editing support forDirCache
.DirCache Support for the Git dircache (aka index file).DirCacheBuilder Updates aDirCache
by adding individualDirCacheEntry
s.DirCacheBuildIterator Iterate and update aDirCache
as part of aTreeWalk
.DirCacheCheckout This class handles checking out one or two trees merging with the index.DirCacheCheckout.CheckoutMetadata Metadata used in checkout processDirCacheEditor Updates aDirCache
by supplying discrete edit commands.DirCacheEditor.DeletePath Deletes a single file entry from the index.DirCacheEditor.DeleteTree Recursively deletes all paths under a subtree.DirCacheEditor.PathEdit Any index record update.DirCacheEntry A single file (or stage of a file) in aDirCache
.DirCacheIterator Iterate aDirCache
as part of aTreeWalk
.DirCacheIterator.LazyLoadingAttributesNode AttributesNode
implementation that provides lazy loading facilities.DirCacheTree Single tree record from the 'TREE'DirCache
extension. -
Exception Summary Exception Description InvalidPathException Thrown when JGit detects and refuses to use an invalid path