| |
|
| org.apache.tools.ant.taskdefs.optional.sos.SOS org.apache.tools.ant.taskdefs.optional.sos.SOSCheckout
SOSCheckout | public class SOSCheckout extends SOS (Code) | | Retrieves and locks files in Visual SourceSafe via a SourceOffSite server.
|
buildCmdLine | protected Commandline buildCmdLine()(Code) | | Build the command line
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
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 task
acts upon the project.
Parameters: filename - The new file value |
setRecursive | public void setRecursive(boolean recursive)(Code) | | Flag to recursively apply the action. Defaults to false.
Parameters: recursive - True for recursive operation. |
|
|
|