Interface VcsAdd
- All Superinterfaces:
FileOperation
- Since:
- 0.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetMakedir(boolean makedir) voidsetRecursive(boolean recursive) Methods inherited from interface org.apache.commons.vfs2.operations.FileOperation
process
-
Method Details
-
setMakedir
void setMakedir(boolean makedir) - Parameters:
makedir- true if directories should be created, false otherwise.
-
setRecursive
void setRecursive(boolean recursive) - Parameters:
recursive- true if subdirectories should be processed.
-