org.apache.maven.scm.provider.vss.commands
public interface VssConstants
| Field Summary | |
|---|---|
| String | COMMAND_ADD
The 'Add' command |
| String | COMMAND_CHECKIN
The 'Checkin' command |
| String | COMMAND_CHECKOUT
The 'Checkout' command |
| String | COMMAND_CP
The 'CP' command |
| String | COMMAND_CREATE
The 'Create' command |
| String | COMMAND_GET
The 'Get' command |
| String | COMMAND_HISTORY
The 'History' command |
| String | COMMAND_LABEL
The 'Label' command |
| String | FLAG_AUTORESPONSE_DEF |
| String | FLAG_AUTORESPONSE_NO |
| String | FLAG_AUTORESPONSE_YES |
| String | FLAG_BRIEF |
| String | FLAG_CODEDIFF |
| String | FLAG_COMMENT |
| String | FLAG_FILETIME_DEF |
| String | FLAG_FILETIME_MODIFIED |
| String | FLAG_FILETIME_UPDATED |
| String | FLAG_LABEL |
| String | FLAG_LOGIN |
| String | FLAG_NO_FILE |
| String | FLAG_NO_GET |
| String | FLAG_OUTPUT |
| String | FLAG_OVERRIDE_WORKING_DIR |
| String | FLAG_QUIET |
| String | FLAG_RECURSION |
| String | FLAG_REPLACE_WRITABLE |
| String | FLAG_SKIP_WRITABLE |
| String | FLAG_USER |
| String | FLAG_VERSION |
| String | FLAG_VERSION_DATE |
| String | FLAG_VERSION_LABEL |
| String | FLAG_WRITABLE |
| String | PROJECT_PREFIX
Dollar Sigh to prefix the project path |
| String | SS_EXE
Constant for the thing to execute |
| String | STYLE_BRIEF
The brief style flag |
| String | STYLE_CODEDIFF
The codediff style flag |
| String | STYLE_DEFAULT
The default style flag |
| String | STYLE_NOFILE
The nofile style flag |
| String | TIME_CURRENT
The text for current (default) timestamp |
| String | TIME_MODIFIED
The text for modified timestamp |
| String | TIME_UPDATED
The text for updated timestamp |
| String | VALUE_FROMDATE |
| String | VALUE_FROMLABEL |
| String | VALUE_NO |
| String | VALUE_YES |
| String | WRITABLE_FAIL
The text for failing on writable files |
| String | WRITABLE_REPLACE
The text for replacing writable files |
| String | WRITABLE_SKIP
The text for skiping writable files |