public interface VcsCheckout extends FileOperation
Modifier and Type | Method and Description |
---|---|
void |
setExport(boolean export)
Sets whether administrative .svn directories will not be created on the retrieved tree.
|
void |
setRecursive(boolean recursive)
Sets whether directories should be traversed.
|
void |
setRevision(long revision)
Sets the revision number.
|
void |
setTargetDirectory(FileObject targetDir)
Sets directory under which retrieved files should be placed.
|
process
void setExport(boolean export)
export
- if true, administrative .svn directories will not be created on the retrieved tree.void setRecursive(boolean recursive)
recursive
- true if directories should be traversed.void setRevision(long revision)
revision
- The revision number.void setTargetDirectory(FileObject targetDir)
targetDir
- directory under which retrieved files should be placed.Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.