Uses of Package
org.eclipse.jgit.dircache
Packages that use org.eclipse.jgit.dircache
Package
Description
High-level API commands (the porcelain of JGit).
Support for reading .gitattributes.
Reading and editing the directory cache (index).
Exceptions thrown by lower-level JGit APIs.
Core API for repository, config, refs, object database.
Content and commit history merge algorithms.
Transport (fetch/push) for different protocols.
Walking and comparing directory/file trees (of commits, file system).
-
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.apiClassDescriptionAn object that can be used to check out many files.Support for the Git dircache (aka index file).Metadata used in checkout processA single file (or stage of a file) in a
DirCache
. -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.attributes
-
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.dircacheClassDescriptionGeneric update/editing support for
DirCache
.An object that can be used to check out many files.Support for the Git dircache (aka index file).Updates aDirCache
by adding individualDirCacheEntry
s.Iterate and update aDirCache
as part of aTreeWalk
.Metadata used in checkout processUpdates aDirCache
by supplying discrete edit commands.Recursively deletes all paths under a subtree.Any index record update.A single file (or stage of a file) in aDirCache
.Iterate aDirCache
as part of aTreeWalk
.Single tree record from the 'TREE'DirCache
extension.Thrown when JGit detects and refuses to use an invalid path -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.errors
-
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.junitClassDescriptionSupport for the Git dircache (aka index file).Any index record update.A single file (or stage of a file) in a
DirCache
. -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.lib
-
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.mergeClassDescriptionAn object that can be used to check out many files.Support for the Git dircache (aka index file).Updates a
DirCache
by adding individualDirCacheEntry
s.Iterate and update aDirCache
as part of aTreeWalk
.Metadata used in checkout processA single file (or stage of a file) in aDirCache
. -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.pgm.debug
-
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.transport
-
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.treewalk