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