Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
RmCommand |
RmCommand.addFilepattern(String filepattern)
Add file name pattern of files to be removed
|
RmCommand |
Git.rm()
Return a command object to execute a
rm command |
RmCommand |
RmCommand.setCached(boolean cached)
Only remove the specified files from the index.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.