Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected Commandline | Returns: Commandline the generated command to be executedImplements abstract org. CheckOutFile required parameters: -server -name -password -database -project -file CheckOutFile optional parameters: -workdir -verbose -nocache -nocompression -soshome CheckOutProject required parameters: -server -name -password -database -project CheckOutProject optional parameters:-workdir -recursive -verbose -nocache -nocompression -soshome |
public final void | |
public void |
SOSCheckout | back to summary |
---|---|
public SOSCheckout() |
buildCmdLine | back to summary |
---|---|
protected Commandline buildCmdLine() Implements abstract org. Build the command line
CheckOutFile required parameters: -server -name -password -database -project -file
|
setFile | back to summary |
---|---|
public final void setFile(String filename) The filename to act upon. If no file is specified then the task acts upon the project.
|
setRecursive | back to summary |
---|---|
public void setRecursive(boolean recursive) Flag to recursively apply the action. Defaults to false.
|