Interface VcsAdd
-
- All Superinterfaces:
FileOperation
public interface VcsAdd extends FileOperation
- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setMakedir(boolean makedir)
void
setRecursive(boolean recursive)
-
Methods inherited from interface org.apache.commons.vfs2.operations.FileOperation
process
-
-