Uses of Package
org.eclipse.jgit.dircache
-
Packages that use org.eclipse.jgit.dircache Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.attributes Support for reading .gitattributes.org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.errors Exceptions thrown by lower-level JGit APIs.org.eclipse.jgit.junit org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.pgm.debug org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system). -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.api Class Description Checkout An object that can be used to check out many files.DirCache Support for the Git dircache (aka index file).DirCacheCheckout.CheckoutMetadata Metadata used in checkout processDirCacheEntry A single file (or stage of a file) in aDirCache. -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.attributes Class Description DirCacheIterator Iterate aDirCacheas part of aTreeWalk. -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.dircache 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.DirCacheVersion DirCacheBuilder Updates aDirCacheby adding individualDirCacheEntrys.DirCacheBuildIterator Iterate and update aDirCacheas part of aTreeWalk.DirCacheCheckout.CheckoutMetadata Metadata used in checkout processDirCacheEditor Updates aDirCacheby supplying discrete edit commands.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.InvalidPathException Thrown when JGit detects and refuses to use an invalid path -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.errors Class Description DirCacheEntry A single file (or stage of a file) in aDirCache. -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.junit Class Description DirCache Support for the Git dircache (aka index file).DirCacheEditor.PathEdit Any index record update.DirCacheEntry A single file (or stage of a file) in aDirCache. -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.lib Class Description DirCache Support for the Git dircache (aka index file). -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.merge Class Description Checkout An object that can be used to check out many files.DirCache Support for the Git dircache (aka index file).DirCacheBuilder Updates aDirCacheby adding individualDirCacheEntrys.DirCacheBuildIterator Iterate and update aDirCacheas part of aTreeWalk.DirCacheCheckout.CheckoutMetadata Metadata used in checkout processDirCacheEntry A single file (or stage of a file) in aDirCache. -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.pgm.debug Class Description DirCacheTree Single tree record from the 'TREE'DirCacheextension. -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.transport Class Description DirCache Support for the Git dircache (aka index file). -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.treewalk Class Description DirCacheEntry A single file (or stage of a file) in aDirCache.DirCacheIterator Iterate aDirCacheas part of aTreeWalk.