@Operation('remove') class RmOp extends java.lang.Object
Remove files from the index and (optionally) delete them from the working tree. Note that wildcards are not supported.
| Constructor and description |
|---|
RmOp
(Repository repo) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Void |
call() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
true if files should only be removed from the index,
false (the default) otherwise.
The file patterns to remove.
Groovy Documentation