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 StringThe 'Add' commandstatic StringThe 'Checkin' commandstatic StringThe 'Checkout' commandstatic StringThe 'CP' commandstatic StringThe 'Create' commandstatic StringThe 'Get' commandstatic StringThe 'History' commandstatic StringThe '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 StringDollar Sigh to prefix the project pathstatic StringConstant for the thing to executestatic StringThe brief style flagstatic StringThe codediff style flagstatic StringThe default style flagstatic StringThe nofile style flagstatic StringThe text for current (default) timestampstatic StringThe text for modified timestampstatic StringThe text for updated timestampstatic String~d flagstatic String~L flagstatic String-N flagstatic String-Y flagstatic StringThe text for failing on writable filesstatic StringThe text for replacing writable filesstatic StringThe 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
-