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) |
RmCommand |
Git.rm()
Returns a command object to execute a
rm command |
RmCommand |
RmCommand.setCached(boolean cached)
Only remove the specified files from the index.
|
Copyright © 2016 Eclipse JGit Project. All rights reserved.