Interface VcsCheckout
- All Superinterfaces:
- FileOperation
The VCS checkout file operation.
- Since:
- 0.1
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetExport(boolean export) Sets whether administrative .svn directories will not be created on the retrieved tree.voidsetRecursive(boolean recursive) Sets whether directories should be traversed.voidsetRevision(long revision) Sets the revision number.voidsetTargetDirectory(FileObject targetDir) Sets directory under which retrieved files should be placed.Methods inherited from interface org.apache.commons.vfs2.operations.FileOperationprocess
- 
Method Details- 
setExportSets whether administrative .svn directories will not be created on the retrieved tree. The checkout operation in this case is equivalent to export function.- Parameters:
- export- if true, administrative .svn directories will not be created on the retrieved tree.
 
- 
setRecursiveSets whether directories should be traversed.- Parameters:
- recursive- true if directories should be traversed.
 
- 
setRevisionSets the revision number.- Parameters:
- revision- The revision number.
 
- 
setTargetDirectorySets directory under which retrieved files should be placed.- Parameters:
- targetDir- directory under which retrieved files should be placed.
 
 
-