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.dircache Reading and editing the directory cache (index).org.eclipse.jgit.errors Exceptions thrown by lower-level JGit APIs.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.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). -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.dircache Class Description DirCache Support for the Git dircache (aka index file).DirCacheBuilder Updates aDirCacheby adding individualDirCacheEntrys.DirCacheCheckout.CheckoutMetadata Metadata used in checkout processDirCacheCheckout.StreamSupplier Something that can supply anInputStream.DirCacheEditor Updates aDirCacheby supplying discrete edit commands.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. -
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.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).DirCacheBuildIterator Iterate and update aDirCacheas part of aTreeWalk.DirCacheCheckout.StreamSupplier Something that can supply anInputStream.DirCacheEntry A single file (or stage of a file) in aDirCache. -
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.