org.apache.commons.vfs.operations.vcs
Interface VcsDelete

All Superinterfaces:
FileOperation

public interface VcsDelete
extends FileOperation

Since:
0.1
Author:
Siarhei Baidun

Method Summary
 void setForce(boolean force)
           
 
Methods inherited from interface org.apache.commons.vfs.operations.FileOperation
process
 

Method Detail

setForce

void setForce(boolean force)
Parameters:
force - true if the delete should be unconditional.


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.