| Package | Description | 
|---|---|
| org.eclipse.jgit.dircache | 
 Reading and editing the directory cache (index). 
 | 
| org.eclipse.jgit.junit | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DirCacheEditor.DeletePath
Deletes a single file entry from the index. 
 | 
static class  | 
DirCacheEditor.DeleteTree
Recursively deletes all paths under a subtree. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DirCacheEditor.PathEdit | 
DirCacheEditor.PathEdit.setReplace(boolean ok)
Configure if a file can replace a directory (or vice versa). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DirCacheEditor.add(DirCacheEditor.PathEdit edit)
Append one edit command to the list of commands to be applied. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TestRepository.CommitBuilder | 
TestRepository.CommitBuilder.edit(DirCacheEditor.PathEdit edit)
Edit the index 
 | 
Copyright © 2019 Eclipse JGit Project. All rights reserved.