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.internal.storage.reftree 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 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 aDirCache
as part of aTreeWalk
. -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.dircache 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.CheckoutMetadata Metadata used in checkout processDirCacheEditor Updates aDirCache
by 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 aDirCache
as part of aTreeWalk
.DirCacheTree Single tree record from the 'TREE'DirCache
extension.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.internal.storage.reftree Class Description DirCache Support for the Git dircache (aka index file).DirCacheEditor Updates aDirCache
by supplying discrete edit commands.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 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.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'DirCache
extension. -
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 aDirCache
as part of aTreeWalk
.