Module org.eclipse.jgit
Package org.eclipse.jgit.dircache
package org.eclipse.jgit.dircache
Reading and editing the directory cache (index).
-
ClassDescriptionAn 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
.This class handles checking out one or two trees merging with the index.Metadata used in checkout processSomething that can supply anInputStream
.Updates aDirCache
by supplying discrete edit commands.Deletes a single file entry from the index.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