Interface SOSCmd
- All Known Implementing Classes:
SOS
,SOSCheckin
,SOSCheckout
,SOSGet
,SOSLabel
public interface SOSCmd
Interface to hold constants used by the SOS tasks
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COMMAND_CHECKIN_FILE
The checkin file commandstatic java.lang.String
COMMAND_CHECKIN_PROJECT
The checkin project commandstatic java.lang.String
COMMAND_CHECKOUT_FILE
The checkout file commandstatic java.lang.String
COMMAND_CHECKOUT_PROJECT
The checkout project commandstatic java.lang.String
COMMAND_GET_FILE
The get file commandstatic java.lang.String
COMMAND_GET_PROJECT
The get project commandstatic java.lang.String
COMMAND_HISTORY
The get history commandstatic java.lang.String
COMMAND_LABEL
The add label commandstatic java.lang.String
COMMAND_SOS_EXE
The sos executablestatic java.lang.String
FLAG_COMMAND
The command optionstatic java.lang.String
FLAG_COMMENT
The log optionstatic java.lang.String
FLAG_FILE
The file optionstatic java.lang.String
FLAG_LABEL
The label optionstatic java.lang.String
FLAG_NO_CACHE
The no cache optionstatic java.lang.String
FLAG_NO_COMPRESSION
The no compression optionstatic java.lang.String
FLAG_PASSWORD
The password optionstatic java.lang.String
FLAG_PROJECT
The project optionstatic java.lang.String
FLAG_RECURSION
The recursive optionstatic java.lang.String
FLAG_SOS_HOME
The sos home optionstatic java.lang.String
FLAG_SOS_SERVER
The server optionstatic java.lang.String
FLAG_USERNAME
The username optionstatic java.lang.String
FLAG_VERBOSE
The verbose optionstatic java.lang.String
FLAG_VERSION
The revision optionstatic java.lang.String
FLAG_VSS_SERVER
The database (vss server) optionstatic java.lang.String
FLAG_WORKING_DIR
The workdir optionstatic java.lang.String
PROJECT_PREFIX
The project prefix
-
Field Details
-
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
-