| |
|
| org.apache.tools.ant.taskdefs.optional.sos.SOS org.apache.tools.ant.taskdefs.optional.sos.SOSGet
SOSGet | public class SOSGet extends SOS (Code) | | Retrieves a read-only copy of the specified project or file
from Visual SourceSafe via a SourceOffSite server.
|
buildCmdLine | protected Commandline buildCmdLine()(Code) | | 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
Commandline the generated command to be executed |
setFile | final public void setFile(String filename)(Code) | | The Filename to act upon.
If no file is specified then the tasks
act upon the project.
Parameters: filename - The new file value |
setLabel | public void setLabel(String label)(Code) | | The labeled version to operate on in SourceSafe.
Parameters: label - The new label value |
setRecursive | public void setRecursive(boolean recursive)(Code) | | Flag to recursively apply the action. Defaults to false
Parameters: recursive - True for recursive operation. |
setVersion | public void setVersion(String version)(Code) | | Set the version number to get -
only works with SOSGet on a file.
Parameters: version - The new version value |
|
|
|