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).DirCache versionsUpdates a
DirCacheby 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