org.apache.tools.ant.taskdefs.optional.sosInterface SOSCmd
- All Known Implementing Classes:
- SOS, SOSCheckin, SOSCheckout, SOSGet, SOSLabel
public interface SOSCmdInterface to hold constants used by the SOS tasks
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCOMMAND_CHECKIN_FILEThe checkin file commandstatic java.lang.StringCOMMAND_CHECKIN_PROJECTThe checkin project commandstatic java.lang.StringCOMMAND_CHECKOUT_FILEThe checkout file commandstatic java.lang.StringCOMMAND_CHECKOUT_PROJECTThe checkout project commandstatic java.lang.StringCOMMAND_GET_FILEThe get file commandstatic java.lang.StringCOMMAND_GET_PROJECTThe get project commandstatic java.lang.StringCOMMAND_HISTORYThe get history commandstatic java.lang.StringCOMMAND_LABELThe add label commandstatic java.lang.StringCOMMAND_SOS_EXEThe sos executablestatic java.lang.StringFLAG_COMMANDThe command optionstatic java.lang.StringFLAG_COMMENTThe log optionstatic java.lang.StringFLAG_FILEThe file optionstatic java.lang.StringFLAG_LABELThe label optionstatic java.lang.StringFLAG_NO_CACHEThe no cache optionstatic java.lang.StringFLAG_NO_COMPRESSIONThe no compression optionstatic java.lang.StringFLAG_PASSWORDThe password optionstatic java.lang.StringFLAG_PROJECTThe project optionstatic java.lang.StringFLAG_RECURSIONThe recursive optionstatic java.lang.StringFLAG_SOS_HOMEThe sos home optionstatic java.lang.StringFLAG_SOS_SERVERThe server optionstatic java.lang.StringFLAG_USERNAMEThe username optionstatic java.lang.StringFLAG_VERBOSEThe verbose optionstatic java.lang.StringFLAG_VERSIONThe revision optionstatic java.lang.StringFLAG_VSS_SERVERThe database (vss server) optionstatic java.lang.StringFLAG_WORKING_DIRThe workdir optionstatic java.lang.StringPROJECT_PREFIXThe project prefix
Field Detail
COMMAND_SOS_EXE
static final java.lang.String COMMAND_SOS_EXEThe sos executable
- See Also:
- Constant Field Values
COMMAND_GET_FILE
static final java.lang.String COMMAND_GET_FILEThe get file command
- See Also:
- Constant Field Values
COMMAND_GET_PROJECT
static final java.lang.String COMMAND_GET_PROJECTThe get project command
- See Also:
- Constant Field Values
COMMAND_CHECKOUT_FILE
static final java.lang.String COMMAND_CHECKOUT_FILEThe checkout file command
- See Also:
- Constant Field Values
COMMAND_CHECKOUT_PROJECT
static final java.lang.String COMMAND_CHECKOUT_PROJECTThe checkout project command
- See Also:
- Constant Field Values
COMMAND_CHECKIN_FILE
static final java.lang.String COMMAND_CHECKIN_FILEThe checkin file command
- See Also:
- Constant Field Values
COMMAND_CHECKIN_PROJECT
static final java.lang.String COMMAND_CHECKIN_PROJECTThe checkin project command
- See Also:
- Constant Field Values
COMMAND_HISTORY
static final java.lang.String COMMAND_HISTORYThe get history command
- See Also:
- Constant Field Values
COMMAND_LABEL
static final java.lang.String COMMAND_LABELThe add label command
- See Also:
- Constant Field Values
PROJECT_PREFIX
static final java.lang.String PROJECT_PREFIXThe project prefix
- See Also:
- Constant Field Values
FLAG_COMMAND
static final java.lang.String FLAG_COMMANDThe command option
- See Also:
- Constant Field Values
FLAG_VSS_SERVER
static final java.lang.String FLAG_VSS_SERVERThe database (vss server) option
- See Also:
- Constant Field Values
FLAG_USERNAME
static final java.lang.String FLAG_USERNAMEThe username option
- See Also:
- Constant Field Values
FLAG_PASSWORD
static final java.lang.String FLAG_PASSWORDThe password option
- See Also:
- Constant Field Values
FLAG_COMMENT
static final java.lang.String FLAG_COMMENTThe log option
- See Also:
- Constant Field Values
FLAG_WORKING_DIR
static final java.lang.String FLAG_WORKING_DIRThe workdir option
- See Also:
- Constant Field Values
FLAG_RECURSION
static final java.lang.String FLAG_RECURSIONThe recursive option
- See Also:
- Constant Field Values
FLAG_VERSION
static final java.lang.String FLAG_VERSIONThe revision option
- See Also:
- Constant Field Values
FLAG_LABEL
static final java.lang.String FLAG_LABELThe label option
- See Also:
- Constant Field Values
FLAG_NO_COMPRESSION
static final java.lang.String FLAG_NO_COMPRESSIONThe no compression option
- See Also:
- Constant Field Values
FLAG_NO_CACHE
static final java.lang.String FLAG_NO_CACHEThe no cache option
- See Also:
- Constant Field Values
FLAG_SOS_SERVER
static final java.lang.String FLAG_SOS_SERVERThe server option
- See Also:
- Constant Field Values
FLAG_SOS_HOME
static final java.lang.String FLAG_SOS_HOMEThe sos home option
- See Also:
- Constant Field Values
FLAG_PROJECT
static final java.lang.String FLAG_PROJECTThe project option
- See Also:
- Constant Field Values
FLAG_FILE
static final java.lang.String FLAG_FILEThe file option
- See Also:
- Constant Field Values
FLAG_VERBOSE
static final java.lang.String FLAG_VERBOSEThe verbose option
- See Also:
- Constant Field Values