Package org.eclipse.jgit.dircache
Reading and editing the directory cache (index).
-
Class Summary Class Description BaseDirCacheEditor Generic update/editing support forDirCache.Checkout An object that can be used to check out many files.DirCache Support for the Git dircache (aka index file).DirCache.DirCacheConfig DirCacheBuilder Updates aDirCacheby adding individualDirCacheEntrys.DirCacheBuildIterator Iterate and update aDirCacheas 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 aDirCacheby 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 aDirCacheas part of aTreeWalk.DirCacheIterator.LazyLoadingAttributesNode AttributesNodeimplementation that provides lazy loading facilities.DirCacheTree Single tree record from the 'TREE'DirCacheextension. -
Enum Summary Enum Description DirCache.DirCacheVersion -
Exception Summary Exception Description InvalidPathException Thrown when JGit detects and refuses to use an invalid path