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 StringThe checkin file commandstatic StringThe checkin project commandstatic StringThe checkout file commandstatic StringThe checkout project commandstatic StringThe get file commandstatic StringThe get project commandstatic StringThe get history commandstatic StringThe add label commandstatic StringThe sos executablestatic StringThe command optionstatic StringThe log optionstatic StringThe file optionstatic StringThe label optionstatic StringThe no cache optionstatic StringThe no compression optionstatic StringThe password optionstatic StringThe project optionstatic StringThe recursive optionstatic StringThe sos home optionstatic StringThe server optionstatic StringThe username optionstatic StringThe verbose optionstatic StringThe revision optionstatic StringThe database (vss server) optionstatic StringThe workdir optionstatic StringThe 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
-