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