JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.eclipse.jgit.api.RmCommand
Packages that use
RmCommand
Package
Description
org.eclipse.jgit.api
High-level API commands (the porcelain of JGit).
Uses of
RmCommand
in
org.eclipse.jgit.api
Methods in
org.eclipse.jgit.api
that return
RmCommand
Modifier and Type
Method
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.