Class VssConstants
- java.lang.Object
-
- org.apache.maven.scm.provider.vss.commands.VssConstants
-
public final class VssConstants extends Object
Holds all the constants for the VSS tasks.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMAND_ADDThe 'Add' commandstatic StringCOMMAND_CHECKINThe 'Checkin' commandstatic StringCOMMAND_CHECKOUTThe 'Checkout' commandstatic StringCOMMAND_CPThe 'CP' commandstatic StringCOMMAND_CREATEThe 'Create' commandstatic StringCOMMAND_DIFFThe 'Status' commandstatic StringCOMMAND_GETThe 'Get' commandstatic StringCOMMAND_HISTORYThe 'History' commandstatic StringCOMMAND_LABELThe 'Label' commandstatic StringCOMMAND_STATUSThe 'Status' commandstatic StringFLAG_AUTORESPONSE_DEFstatic StringFLAG_AUTORESPONSE_NOstatic StringFLAG_AUTORESPONSE_YESstatic StringFLAG_BRIEFstatic StringFLAG_CODEDIFFstatic StringFLAG_COMMENTstatic StringFLAG_FILETIME_DEFstatic StringFLAG_FILETIME_MODIFIEDstatic StringFLAG_FILETIME_UPDATEDstatic StringFLAG_LABELstatic StringFLAG_LOGINstatic StringFLAG_NO_FILEstatic StringFLAG_NO_GETstatic StringFLAG_OUTPUTstatic StringFLAG_OVERRIDE_WORKING_DIRstatic StringFLAG_QUIETstatic StringFLAG_RECURSIONstatic StringFLAG_REPLACE_WRITABLEstatic StringFLAG_SKIP_WRITABLEstatic StringFLAG_USERstatic StringFLAG_VERSIONstatic StringFLAG_VERSION_DATEstatic StringFLAG_VERSION_LABELstatic StringFLAG_WRITABLEstatic StringPROJECT_PREFIXDollar Sigh to prefix the project pathstatic StringSS_EXEConstant for the thing to executestatic StringSTYLE_BRIEFThe brief style flagstatic StringSTYLE_CODEDIFFThe codediff style flagstatic StringSTYLE_DEFAULTThe default style flagstatic StringSTYLE_NOFILEThe nofile style flagstatic StringTIME_CURRENTThe text for current (default) timestampstatic StringTIME_MODIFIEDThe text for modified timestampstatic StringTIME_UPDATEDThe text for updated timestampstatic StringVALUE_FROMDATEstatic StringVALUE_FROMLABELstatic StringVALUE_NOstatic StringVALUE_YESstatic StringWRITABLE_FAILThe text for failing on writable filesstatic StringWRITABLE_REPLACEThe text for replacing writable filesstatic StringWRITABLE_SKIPThe text for skiping writable files
-
-
-
Field Detail
-
SS_EXE
public static final String SS_EXE
Constant for the thing to execute- See Also:
- Constant Field Values
-
PROJECT_PREFIX
public static final String PROJECT_PREFIX
Dollar Sigh to prefix the project path- See Also:
- Constant Field Values
-
COMMAND_CP
public static final String COMMAND_CP
The 'CP' command- See Also:
- Constant Field Values
-
COMMAND_ADD
public static final String COMMAND_ADD
The 'Add' command- See Also:
- Constant Field Values
-
COMMAND_GET
public static final String COMMAND_GET
The 'Get' command- See Also:
- Constant Field Values
-
COMMAND_CHECKOUT
public static final String COMMAND_CHECKOUT
The 'Checkout' command- See Also:
- Constant Field Values
-
COMMAND_CHECKIN
public static final String COMMAND_CHECKIN
The 'Checkin' command- See Also:
- Constant Field Values
-
COMMAND_LABEL
public static final String COMMAND_LABEL
The 'Label' command- See Also:
- Constant Field Values
-
COMMAND_HISTORY
public static final String COMMAND_HISTORY
The 'History' command- See Also:
- Constant Field Values
-
COMMAND_CREATE
public static final String COMMAND_CREATE
The 'Create' command- See Also:
- Constant Field Values
-
COMMAND_DIFF
public static final String COMMAND_DIFF
The 'Status' command- See Also:
- Constant Field Values
-
COMMAND_STATUS
public static final String COMMAND_STATUS
The 'Status' command- See Also:
- Constant Field Values
-
STYLE_BRIEF
public static final String STYLE_BRIEF
The brief style flag- See Also:
- Constant Field Values
-
STYLE_CODEDIFF
public static final String STYLE_CODEDIFF
The codediff style flag- See Also:
- Constant Field Values
-
STYLE_NOFILE
public static final String STYLE_NOFILE
The nofile style flag- See Also:
- Constant Field Values
-
STYLE_DEFAULT
public static final String STYLE_DEFAULT
The default style flag- See Also:
- Constant Field Values
-
TIME_CURRENT
public static final String TIME_CURRENT
The text for current (default) timestamp- See Also:
- Constant Field Values
-
TIME_MODIFIED
public static final String TIME_MODIFIED
The text for modified timestamp- See Also:
- Constant Field Values
-
TIME_UPDATED
public static final String TIME_UPDATED
The text for updated timestamp- See Also:
- Constant Field Values
-
WRITABLE_REPLACE
public static final String WRITABLE_REPLACE
The text for replacing writable files- See Also:
- Constant Field Values
-
WRITABLE_SKIP
public static final String WRITABLE_SKIP
The text for skiping writable files- See Also:
- Constant Field Values
-
WRITABLE_FAIL
public static final String WRITABLE_FAIL
The text for failing on writable files- See Also:
- Constant Field Values
-
FLAG_LOGIN
public static final String FLAG_LOGIN
- See Also:
- Constant Field Values
-
FLAG_OVERRIDE_WORKING_DIR
public static final String FLAG_OVERRIDE_WORKING_DIR
- See Also:
- Constant Field Values
-
FLAG_AUTORESPONSE_DEF
public static final String FLAG_AUTORESPONSE_DEF
- See Also:
- Constant Field Values
-
FLAG_AUTORESPONSE_YES
public static final String FLAG_AUTORESPONSE_YES
- See Also:
- Constant Field Values
-
FLAG_AUTORESPONSE_NO
public static final String FLAG_AUTORESPONSE_NO
- See Also:
- Constant Field Values
-
FLAG_RECURSION
public static final String FLAG_RECURSION
- See Also:
- Constant Field Values
-
FLAG_VERSION
public static final String FLAG_VERSION
- See Also:
- Constant Field Values
-
FLAG_VERSION_DATE
public static final String FLAG_VERSION_DATE
- See Also:
- Constant Field Values
-
FLAG_VERSION_LABEL
public static final String FLAG_VERSION_LABEL
- See Also:
- Constant Field Values
-
FLAG_WRITABLE
public static final String FLAG_WRITABLE
- See Also:
- Constant Field Values
-
VALUE_NO
public static final String VALUE_NO
- See Also:
- Constant Field Values
-
VALUE_YES
public static final String VALUE_YES
- See Also:
- Constant Field Values
-
FLAG_QUIET
public static final String FLAG_QUIET
- See Also:
- Constant Field Values
-
FLAG_COMMENT
public static final String FLAG_COMMENT
- See Also:
- Constant Field Values
-
FLAG_LABEL
public static final String FLAG_LABEL
- See Also:
- Constant Field Values
-
VALUE_FROMDATE
public static final String VALUE_FROMDATE
- See Also:
- Constant Field Values
-
VALUE_FROMLABEL
public static final String VALUE_FROMLABEL
- See Also:
- Constant Field Values
-
FLAG_OUTPUT
public static final String FLAG_OUTPUT
- See Also:
- Constant Field Values
-
FLAG_USER
public static final String FLAG_USER
- See Also:
- Constant Field Values
-
FLAG_NO_FILE
public static final String FLAG_NO_FILE
- See Also:
- Constant Field Values
-
FLAG_BRIEF
public static final String FLAG_BRIEF
- See Also:
- Constant Field Values
-
FLAG_CODEDIFF
public static final String FLAG_CODEDIFF
- See Also:
- Constant Field Values
-
FLAG_FILETIME_DEF
public static final String FLAG_FILETIME_DEF
- See Also:
- Constant Field Values
-
FLAG_FILETIME_MODIFIED
public static final String FLAG_FILETIME_MODIFIED
- See Also:
- Constant Field Values
-
FLAG_FILETIME_UPDATED
public static final String FLAG_FILETIME_UPDATED
- See Also:
- Constant Field Values
-
FLAG_REPLACE_WRITABLE
public static final String FLAG_REPLACE_WRITABLE
- See Also:
- Constant Field Values
-
FLAG_SKIP_WRITABLE
public static final String FLAG_SKIP_WRITABLE
- See Also:
- Constant Field Values
-
FLAG_NO_GET
public static final String FLAG_NO_GET
- See Also:
- Constant Field Values
-
-