Package org.eclipse.jgit.dircache
package org.eclipse.jgit.dircache
Reading and editing the directory cache (index).
-
ClassDescriptionGeneric update/editing support for
DirCache
.Support for the Git dircache (aka index file).Updates aDirCache
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 processUpdates 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
.AttributesNode
implementation that provides lazy loading facilities.Single tree record from the 'TREE'DirCache
extension.Thrown when JGit detects and refuses to use an invalid path