Interface VcsAdd
- All Superinterfaces:
- FileOperation
The VCS add file operation.
- Since:
- 0.1
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetMakedir(boolean makedir) Sets whether directories should be created.voidsetRecursive(boolean recursive) Sets whether subdirectories should be processed.Methods inherited from interface org.apache.commons.vfs2.operations.FileOperationprocess
- 
Method Details- 
setMakedirSets whether directories should be created.- Parameters:
- makedir- true if directories should be created, false otherwise.
 
- 
setRecursiveSets whether subdirectories should be processed.- Parameters:
- recursive- true if subdirectories should be processed.
 
 
-