Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected Commandline | Returns: Commandline the generated command to be executedImplements abstract org. GetFile required parameters: -server -name -password -database -project -file GetFile optional parameters: -workdir -revision -verbose -nocache -nocompression -soshome GetProject required parameters: -server -name -password -database -project GetProject optional parameters: -label -workdir -recursive -verbose -nocache -nocompression -soshome |
public final void | |
public void | |
public void | |
public void | setVersion(String
The new version value version)Set the version number to get - only works with SOSGet on a file. |
SOSGet | back to summary |
---|---|
public SOSGet() |
buildCmdLine | back to summary |
---|---|
protected Commandline buildCmdLine() Implements abstract org. Build the command line
GetFile 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 tasks act upon the project.
|
setLabel | back to summary |
---|---|
public void setLabel(String label) The labeled version to operate on in SourceSafe.
|
setRecursive | back to summary |
---|---|
public void setRecursive(boolean recursive) Flag to recursively apply the action. Defaults to false
|
setVersion | back to summary |
---|---|
public void setVersion(String version) Set the version number to get - only works with SOSGet on a file.
|