Interface VcsAdd
-
- All Superinterfaces:
FileOperation
public interface VcsAdd extends FileOperation
The VCS add file operation.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setMakedir(boolean makedir)
Sets whether directories should be created.void
setRecursive(boolean recursive)
Sets whether subdirectories should be processed.-
Methods inherited from interface org.apache.commons.vfs2.operations.FileOperation
process
-
-
-
-
Method Detail
-
setMakedir
void setMakedir(boolean makedir)
Sets whether directories should be created.- Parameters:
makedir
- true if directories should be created, false otherwise.
-
setRecursive
void setRecursive(boolean recursive)
Sets whether subdirectories should be processed.- Parameters:
recursive
- true if subdirectories should be processed.
-
-