Uses of Package
org.eclipse.jgit.dircache
Packages that use org.eclipse.jgit.dircache
Package
Description
High-level API commands (the porcelain of JGit).
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.
Walking and comparing directory/file trees (of commits, file system).
-
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.api
-
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.dircacheClassDescriptionAn 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.Metadata used in checkout processSomething that can supply anInputStream
.Updates aDirCache
by supplying discrete edit commands.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. -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.errors
-
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.lib
-
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.mergeClassDescriptionSupport for the Git dircache (aka index file).Iterate and update a
DirCache
as part of aTreeWalk
.Something that can supply anInputStream
.A single file (or stage of a file) in aDirCache
. -
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.treewalk