Interface MSVSSConstants
- All Known Implementing Classes:
MSVSS
,MSVSSADD
,MSVSSCHECKIN
,MSVSSCHECKOUT
,MSVSSCP
,MSVSSCREATE
,MSVSSGET
,MSVSSHISTORY
,MSVSSLABEL
public interface MSVSSConstants
Holds all the constants for the VSS tasks.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String
The 'Add' commandstatic String
The 'Checkin' commandstatic String
The 'Checkout' commandstatic String
The 'CP' commandstatic String
The 'Create' commandstatic String
The 'Get' commandstatic String
The 'History' commandstatic String
The 'Label' commandstatic String
-I- flagstatic String
-I-N flagstatic String
-I-Y flagstatic String
-B flagstatic String
-D flagstatic String
-C flagstatic String
-GTC flagstatic String
-GTM flagstatic String
-GTU flagstatic String
-L flagstatic String
-Y flagstatic String
-F- flagstatic String
-G- flagstatic String
-O flagstatic String
-GL flagstatic String
-O- flagstatic String
-R flagstatic String
-GWR flagstatic String
-GWS flagstatic String
-U flagstatic String
-V flagstatic String
-Vd flagstatic String
-VL flagstatic String
-W flagstatic String
Dollar Sigh to prefix the project pathstatic String
Constant for the thing to executestatic String
The brief style flagstatic String
The codediff style flagstatic String
The default style flagstatic String
The nofile style flagstatic String
The text for current (default) timestampstatic String
The text for modified timestampstatic String
The text for updated timestampstatic String
~d flagstatic String
~L flagstatic String
-N flagstatic String
-Y flagstatic String
The text for failing on writable filesstatic String
The text for replacing writable filesstatic String
The text for skipping writable files
-
Field Details
-
SS_EXE
Constant for the thing to execute- See Also:
- Constant Field Values
-
PROJECT_PREFIX
Dollar Sigh to prefix the project path- See Also:
- Constant Field Values
-
COMMAND_CP
The 'CP' command- See Also:
- Constant Field Values
-
COMMAND_ADD
The 'Add' command- See Also:
- Constant Field Values
-
COMMAND_GET
The 'Get' command- See Also:
- Constant Field Values
-
COMMAND_CHECKOUT
The 'Checkout' command- See Also:
- Constant Field Values
-
COMMAND_CHECKIN
The 'Checkin' command- See Also:
- Constant Field Values
-
COMMAND_LABEL
The 'Label' command- See Also:
- Constant Field Values
-
COMMAND_HISTORY
The 'History' command- See Also:
- Constant Field Values
-
COMMAND_CREATE
The 'Create' command- See Also:
- Constant Field Values
-
STYLE_BRIEF
The brief style flag- See Also:
- Constant Field Values
-
STYLE_CODEDIFF
The codediff style flag- See Also:
- Constant Field Values
-
STYLE_NOFILE
The nofile style flag- See Also:
- Constant Field Values
-
STYLE_DEFAULT
The default style flag- See Also:
- Constant Field Values
-
TIME_CURRENT
The text for current (default) timestamp- See Also:
- Constant Field Values
-
TIME_MODIFIED
The text for modified timestamp- See Also:
- Constant Field Values
-
TIME_UPDATED
The text for updated timestamp- See Also:
- Constant Field Values
-
WRITABLE_REPLACE
The text for replacing writable files- See Also:
- Constant Field Values
-
WRITABLE_SKIP
The text for skipping writable files- See Also:
- Constant Field Values
-
WRITABLE_FAIL
The text for failing on writable files- See Also:
- Constant Field Values
-
FLAG_LOGIN
-Y flag- See Also:
- Constant Field Values
-
FLAG_OVERRIDE_WORKING_DIR
-GL flag- See Also:
- Constant Field Values
-
FLAG_AUTORESPONSE_DEF
-I- flag- See Also:
- Constant Field Values
-
FLAG_AUTORESPONSE_YES
-I-Y flag- See Also:
- Constant Field Values
-
FLAG_AUTORESPONSE_NO
-I-N flag- See Also:
- Constant Field Values
-
FLAG_RECURSION
-R flag- See Also:
- Constant Field Values
-
FLAG_VERSION
-V flag- See Also:
- Constant Field Values
-
FLAG_VERSION_DATE
-Vd flag- See Also:
- Constant Field Values
-
FLAG_VERSION_LABEL
-VL flag- See Also:
- Constant Field Values
-
FLAG_WRITABLE
-W flag- See Also:
- Constant Field Values
-
VALUE_NO
-N flag- See Also:
- Constant Field Values
-
VALUE_YES
-Y flag- See Also:
- Constant Field Values
-
FLAG_QUIET
-O- flag- See Also:
- Constant Field Values
-
FLAG_COMMENT
-C flag- See Also:
- Constant Field Values
-
FLAG_LABEL
-L flag- See Also:
- Constant Field Values
-
VALUE_FROMDATE
~d flag- See Also:
- Constant Field Values
-
VALUE_FROMLABEL
~L flag- See Also:
- Constant Field Values
-
FLAG_OUTPUT
-O flag- See Also:
- Constant Field Values
-
FLAG_USER
-U flag- See Also:
- Constant Field Values
-
FLAG_NO_FILE
-F- flag- See Also:
- Constant Field Values
-
FLAG_BRIEF
-B flag- See Also:
- Constant Field Values
-
FLAG_CODEDIFF
-D flag- See Also:
- Constant Field Values
-
FLAG_FILETIME_DEF
-GTC flag- See Also:
- Constant Field Values
-
FLAG_FILETIME_MODIFIED
-GTM flag- See Also:
- Constant Field Values
-
FLAG_FILETIME_UPDATED
-GTU flag- See Also:
- Constant Field Values
-
FLAG_REPLACE_WRITABLE
-GWR flag- See Also:
- Constant Field Values
-
FLAG_SKIP_WRITABLE
-GWS flag- See Also:
- Constant Field Values
-
FLAG_NO_GET
-G- flag- See Also:
- Constant Field Values
-