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
Modifier and TypeFieldDescriptionstatic final String
The 'Add' commandstatic final String
The 'Checkin' commandstatic final String
The 'Checkout' commandstatic final String
The 'CP' commandstatic final String
The 'Create' commandstatic final String
The 'Get' commandstatic final String
The 'History' commandstatic final String
The 'Label' commandstatic final String
-I- flagstatic final String
-I-N flagstatic final String
-I-Y flagstatic final String
-B flagstatic final String
-D flagstatic final String
-C flagstatic final String
-GTC flagstatic final String
-GTM flagstatic final String
-GTU flagstatic final String
-L flagstatic final String
-Y flagstatic final String
-F- flagstatic final String
-G- flagstatic final String
-O flagstatic final String
-GL flagstatic final String
-O- flagstatic final String
-R flagstatic final String
-GWR flagstatic final String
-GWS flagstatic final String
-U flagstatic final String
-V flagstatic final String
-Vd flagstatic final String
-VL flagstatic final String
-W flagstatic final String
Dollar Sigh to prefix the project pathstatic final String
Constant for the thing to executestatic final String
The brief style flagstatic final String
The codediff style flagstatic final String
The default style flagstatic final String
The nofile style flagstatic final String
The text for current (default) timestampstatic final String
The text for modified timestampstatic final String
The text for updated timestampstatic final String
~d flagstatic final String
~L flagstatic final String
-N flagstatic final String
-Y flagstatic final String
The text for failing on writable filesstatic final String
The text for replacing writable filesstatic final String
The text for skipping writable files
-
Field Details
-
SS_EXE
Constant for the thing to execute- See Also:
-
PROJECT_PREFIX
Dollar Sigh to prefix the project path- See Also:
-
COMMAND_CP
The 'CP' command- See Also:
-
COMMAND_ADD
The 'Add' command- See Also:
-
COMMAND_GET
The 'Get' command- See Also:
-
COMMAND_CHECKOUT
The 'Checkout' command- See Also:
-
COMMAND_CHECKIN
The 'Checkin' command- See Also:
-
COMMAND_LABEL
The 'Label' command- See Also:
-
COMMAND_HISTORY
The 'History' command- See Also:
-
COMMAND_CREATE
The 'Create' command- See Also:
-
STYLE_BRIEF
The brief style flag- See Also:
-
STYLE_CODEDIFF
The codediff style flag- See Also:
-
STYLE_NOFILE
The nofile style flag- See Also:
-
STYLE_DEFAULT
The default style flag- See Also:
-
TIME_CURRENT
The text for current (default) timestamp- See Also:
-
TIME_MODIFIED
The text for modified timestamp- See Also:
-
TIME_UPDATED
The text for updated timestamp- See Also:
-
WRITABLE_REPLACE
The text for replacing writable files- See Also:
-
WRITABLE_SKIP
The text for skipping writable files- See Also:
-
WRITABLE_FAIL
The text for failing on writable files- See Also:
-
FLAG_LOGIN
-Y flag- See Also:
-
FLAG_OVERRIDE_WORKING_DIR
-GL flag- See Also:
-
FLAG_AUTORESPONSE_DEF
-I- flag- See Also:
-
FLAG_AUTORESPONSE_YES
-I-Y flag- See Also:
-
FLAG_AUTORESPONSE_NO
-I-N flag- See Also:
-
FLAG_RECURSION
-R flag- See Also:
-
FLAG_VERSION
-V flag- See Also:
-
FLAG_VERSION_DATE
-Vd flag- See Also:
-
FLAG_VERSION_LABEL
-VL flag- See Also:
-
FLAG_WRITABLE
-W flag- See Also:
-
VALUE_NO
-N flag- See Also:
-
VALUE_YES
-Y flag- See Also:
-
FLAG_QUIET
-O- flag- See Also:
-
FLAG_COMMENT
-C flag- See Also:
-
FLAG_LABEL
-L flag- See Also:
-
VALUE_FROMDATE
~d flag- See Also:
-
VALUE_FROMLABEL
~L flag- See Also:
-
FLAG_OUTPUT
-O flag- See Also:
-
FLAG_USER
-U flag- See Also:
-
FLAG_NO_FILE
-F- flag- See Also:
-
FLAG_BRIEF
-B flag- See Also:
-
FLAG_CODEDIFF
-D flag- See Also:
-
FLAG_FILETIME_DEF
-GTC flag- See Also:
-
FLAG_FILETIME_MODIFIED
-GTM flag- See Also:
-
FLAG_FILETIME_UPDATED
-GTU flag- See Also:
-
FLAG_REPLACE_WRITABLE
-GWR flag- See Also:
-
FLAG_SKIP_WRITABLE
-GWS flag- See Also:
-
FLAG_NO_GET
-G- flag- See Also:
-