org.apache.tools.ant.taskdefs.optional.sos
Class SOSCheckout
- SOSCmd
Retrieves and locks files in Visual SourceSafe via a SourceOffSite server.
COMMAND_CHECKIN_FILE , COMMAND_CHECKIN_PROJECT , COMMAND_CHECKOUT_FILE , COMMAND_CHECKOUT_PROJECT , COMMAND_GET_FILE , COMMAND_GET_PROJECT , COMMAND_HISTORY , COMMAND_LABEL , COMMAND_SOS_EXE , FLAG_COMMAND , FLAG_COMMENT , FLAG_FILE , FLAG_LABEL , FLAG_NO_CACHE , FLAG_NO_COMPRESSION , FLAG_PASSWORD , FLAG_PROJECT , FLAG_RECURSION , FLAG_SOS_HOME , FLAG_SOS_SERVER , FLAG_USERNAME , FLAG_VERBOSE , FLAG_VERSION , FLAG_VSS_SERVER , FLAG_WORKING_DIR , PROJECT_PREFIX |
protected Commandline | buildCmdLine() - 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
|
void | setFile(String filename) - The filename to act upon.
|
void | setRecursive(boolean recursive) - Flag to recursively apply the action.
|
execute , getComment , getFilename , getLabel , getLocalPath , getNoCache , getNoCompress , getOptionalAttributes , getPassword , getProjectPath , getRecursive , getRequiredAttributes , getSosCommand , getSosHome , getSosServerPath , getUsername , getVerbose , getVersion , getVssServerPath , run , setInternalComment , setInternalFilename , setInternalLabel , setInternalRecursive , setInternalVersion , setLocalPath , setNoCache , setNoCompress , setPassword , setProjectPath , setSosCmd , setSosHome , setSosServerPath , setUsername , setVerbose , setVssServerPath |
execute , getDescription , getLocation , getOwningTarget , getRuntimeConfigurableWrapper , getTaskName , getTaskType , getWrapper , handleErrorFlush , handleErrorOutput , handleFlush , handleInput , handleOutput , init , isInvalid , log , log , maybeConfigure , perform , reconfigure , setDescription , setLocation , setOwningTarget , setRuntimeConfigurableWrapper , setTaskName , setTaskType |
buildCmdLine
protected Commandline buildCmdLine()
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
public final void setFile(String filename)
The filename to act upon.
If no file is specified then the task
acts upon the project.
filename
- The new file value
setRecursive
public void setRecursive(boolean recursive)
Flag to recursively apply the action. Defaults to false.
recursive
- True for recursive operation.
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.