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 Detail
-
COMMAND_SOS_EXE
static final java.lang.String COMMAND_SOS_EXE
The sos executable- See Also:
- Constant Field Values
-
COMMAND_GET_FILE
static final java.lang.String COMMAND_GET_FILE
The get file command- See Also:
- Constant Field Values
-
COMMAND_GET_PROJECT
static final java.lang.String COMMAND_GET_PROJECT
The get project command- See Also:
- Constant Field Values
-
COMMAND_CHECKOUT_FILE
static final java.lang.String COMMAND_CHECKOUT_FILE
The checkout file command- See Also:
- Constant Field Values
-
COMMAND_CHECKOUT_PROJECT
static final java.lang.String COMMAND_CHECKOUT_PROJECT
The checkout project command- See Also:
- Constant Field Values
-
COMMAND_CHECKIN_FILE
static final java.lang.String COMMAND_CHECKIN_FILE
The checkin file command- See Also:
- Constant Field Values
-
COMMAND_CHECKIN_PROJECT
static final java.lang.String COMMAND_CHECKIN_PROJECT
The checkin project command- See Also:
- Constant Field Values
-
COMMAND_HISTORY
static final java.lang.String COMMAND_HISTORY
The get history command- See Also:
- Constant Field Values
-
COMMAND_LABEL
static final java.lang.String COMMAND_LABEL
The add label command- See Also:
- Constant Field Values
-
PROJECT_PREFIX
static final java.lang.String PROJECT_PREFIX
The project prefix- See Also:
- Constant Field Values
-
FLAG_COMMAND
static final java.lang.String FLAG_COMMAND
The command option- See Also:
- Constant Field Values
-
FLAG_VSS_SERVER
static final java.lang.String FLAG_VSS_SERVER
The database (vss server) option- See Also:
- Constant Field Values
-
FLAG_USERNAME
static final java.lang.String FLAG_USERNAME
The username option- See Also:
- Constant Field Values
-
FLAG_PASSWORD
static final java.lang.String FLAG_PASSWORD
The password option- See Also:
- Constant Field Values
-
FLAG_COMMENT
static final java.lang.String FLAG_COMMENT
The log option- See Also:
- Constant Field Values
-
FLAG_WORKING_DIR
static final java.lang.String FLAG_WORKING_DIR
The workdir option- See Also:
- Constant Field Values
-
FLAG_RECURSION
static final java.lang.String FLAG_RECURSION
The recursive option- See Also:
- Constant Field Values
-
FLAG_VERSION
static final java.lang.String FLAG_VERSION
The revision option- See Also:
- Constant Field Values
-
FLAG_LABEL
static final java.lang.String FLAG_LABEL
The label option- See Also:
- Constant Field Values
-
FLAG_NO_COMPRESSION
static final java.lang.String FLAG_NO_COMPRESSION
The no compression option- See Also:
- Constant Field Values
-
FLAG_NO_CACHE
static final java.lang.String FLAG_NO_CACHE
The no cache option- See Also:
- Constant Field Values
-
FLAG_SOS_SERVER
static final java.lang.String FLAG_SOS_SERVER
The server option- See Also:
- Constant Field Values
-
FLAG_SOS_HOME
static final java.lang.String FLAG_SOS_HOME
The sos home option- See Also:
- Constant Field Values
-
FLAG_PROJECT
static final java.lang.String FLAG_PROJECT
The project option- See Also:
- Constant Field Values
-
FLAG_FILE
static final java.lang.String FLAG_FILE
The file option- See Also:
- Constant Field Values
-
FLAG_VERBOSE
static final java.lang.String FLAG_VERBOSE
The verbose option- See Also:
- Constant Field Values
-
-