Class VssConstants
java.lang.Object
org.apache.maven.scm.provider.vss.commands.VssConstants
Holds all the constants for the VSS tasks.
-
Field Summary
FieldsModifier 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 'Status' commandstatic final String
The 'Get' commandstatic final String
The 'History' commandstatic final String
The 'Label' commandstatic final String
The 'Status' commandstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static 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
static final String
static final String
static final String
static final String
The text for failing on writable filesstatic final String
The text for replacing writable filesstatic final String
The text for skiping writable files -
Constructor Summary
Constructors -
Method Summary
-
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:
-
COMMAND_DIFF
The 'Status' command- See Also:
-
COMMAND_STATUS
The 'Status' 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 skiping writable files- See Also:
-
WRITABLE_FAIL
The text for failing on writable files- See Also:
-
FLAG_LOGIN
- See Also:
-
FLAG_OVERRIDE_WORKING_DIR
- See Also:
-
FLAG_AUTORESPONSE_DEF
- See Also:
-
FLAG_AUTORESPONSE_YES
- See Also:
-
FLAG_AUTORESPONSE_NO
- See Also:
-
FLAG_RECURSION
- See Also:
-
FLAG_VERSION
- See Also:
-
FLAG_VERSION_DATE
- See Also:
-
FLAG_VERSION_LABEL
- See Also:
-
FLAG_WRITABLE
- See Also:
-
VALUE_NO
- See Also:
-
VALUE_YES
- See Also:
-
FLAG_QUIET
- See Also:
-
FLAG_COMMENT
- See Also:
-
FLAG_LABEL
- See Also:
-
VALUE_FROMDATE
- See Also:
-
VALUE_FROMLABEL
- See Also:
-
FLAG_OUTPUT
- See Also:
-
FLAG_USER
- See Also:
-
FLAG_NO_FILE
- See Also:
-
FLAG_BRIEF
- See Also:
-
FLAG_CODEDIFF
- See Also:
-
FLAG_FILETIME_DEF
- See Also:
-
FLAG_FILETIME_MODIFIED
- See Also:
-
FLAG_FILETIME_UPDATED
- See Also:
-
FLAG_REPLACE_WRITABLE
- See Also:
-
FLAG_SKIP_WRITABLE
- See Also:
-
FLAG_NO_GET
- See Also:
-
-
Constructor Details
-
VssConstants
private VssConstants()
-