Module org.eclipse.jgit
Package org.eclipse.jgit.dircache
Reading and editing the directory cache (index).
-
Interface Summary Interface Description DirCacheCheckout.StreamSupplier Something that can supply anInputStream. -
Class Summary Class Description DirCache Support for the Git dircache (aka index file).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.DirCacheTree Single tree record from the 'TREE'DirCacheextension. -
Exception Summary Exception Description InvalidPathException Thrown when JGit detects and refuses to use an invalid path