org.apache.tools.ant.taskdefs.optional.sos
public class SOSGet extends SOS
UNKNOWN: name="sosget" category="scm"
Method Summary | |
---|---|
protected Commandline | buildCmdLine()
Build the command line 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 |
void | setFile(String filename)
The Filename to act upon.
|
void | setLabel(String label)
The labeled version to operate on in SourceSafe.
|
void | setRecursive(boolean recursive)
Flag to recursively apply the action. |
void | setVersion(String version)
Set the version number to get -
only works with SOSGet on a file.
|
Returns: Commandline the generated command to be executed
Parameters: filename The new file value
Parameters: label The new label value
Parameters: recursive True for recursive operation.
Parameters: version The new version value