FileDocCategorySizeDatePackage
SOSCmd.javaAPI DocApache Ant 1.702944Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant.taskdefs.optional.sos

SOSCmd

public interface SOSCmd
Interface to hold constants used by the SOS tasks

Fields Summary
String
COMMAND_SOS_EXE
The sos executable
String
COMMAND_GET_FILE
The get file command
String
COMMAND_GET_PROJECT
The get project command
String
COMMAND_CHECKOUT_FILE
The checkout file command
String
COMMAND_CHECKOUT_PROJECT
The checkout project command
String
COMMAND_CHECKIN_FILE
The checkin file command
String
COMMAND_CHECKIN_PROJECT
The checkin project command
String
COMMAND_HISTORY
The get history command
String
COMMAND_LABEL
The add label command
String
PROJECT_PREFIX
The project prefix
String
FLAG_COMMAND
The command option
String
FLAG_VSS_SERVER
The database (vss server) option
String
FLAG_USERNAME
The username option
String
FLAG_PASSWORD
The password option
String
FLAG_COMMENT
The log option
String
FLAG_WORKING_DIR
The workdir option
String
FLAG_RECURSION
The recursive option
String
FLAG_VERSION
The revision option
String
FLAG_LABEL
The label option
String
FLAG_NO_COMPRESSION
The no compression option
String
FLAG_NO_CACHE
The no cache option
String
FLAG_SOS_SERVER
The server option
String
FLAG_SOS_HOME
The sos home option
String
FLAG_PROJECT
The project option
String
FLAG_FILE
The file option
String
FLAG_VERBOSE
The verbose option
Constructors Summary
Methods Summary