Interface VcsDelete
- All Superinterfaces:
FileOperation
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetForce(boolean force) Sets whether the delete should be unconditional.Methods inherited from interface FileOperation
process
-
Method Details
-
setForce
Sets whether the delete should be unconditional.- Parameters:
force- true if the delete should be unconditional.
-