Interface VcsDelete
- All Superinterfaces:
- FileOperation
The VCS delete file operation.
- Since:
- 0.1
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetForce(boolean force) Sets whether the delete should be unconditional.Methods inherited from interface org.apache.commons.vfs2.operations.FileOperationprocess
- 
Method Details- 
setForceSets whether the delete should be unconditional.- Parameters:
- force- true if the delete should be unconditional.
 
 
-