Package | Description |
---|---|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
Modifier and Type | Class | 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 | Description |
---|---|---|
void |
DirCacheEditor.add(DirCacheEditor.PathEdit edit) |
Append one edit command to the list of commands to be applied.
|
Copyright © 2018. All rights reserved.