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.apiClassDescriptionSupport for the Git dircache (aka index file).This class handles checking out one or two trees merging with the index.
-
Classes in org.eclipse.jgit.dircache used by org.eclipse.jgit.dircacheClassDescriptionGeneric update/editing support for
DirCache.Support for the Git dircache (aka index file).Updates aDirCacheby adding individualDirCacheEntrys.Metadata used in checkout processSomething that can supply anInputStream.Updates aDirCacheby supplying discrete edit commands.Any index record update.A single file (or stage of a file) in aDirCache.Iterate aDirCacheas part of aTreeWalk.Single tree record from the 'TREE'DirCacheextension. -
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
DirCacheas 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