org.apache.maven.scm.provider.vss.commands
Class VssConstants

java.lang.Object
  extended by org.apache.maven.scm.provider.vss.commands.VssConstants

public final class VssConstants
extends Object

Holds all the constants for the VSS tasks.

Version:
$Id: VssConstants.java 1135250 2011-06-13 19:46:40Z godin $

Field Summary
static String COMMAND_ADD
          The 'Add' command
static String COMMAND_CHECKIN
          The 'Checkin' command
static String COMMAND_CHECKOUT
          The 'Checkout' command
static String COMMAND_CP
          The 'CP' command
static String COMMAND_CREATE
          The 'Create' command
static String COMMAND_DIFF
          The 'Status' command
static String COMMAND_GET
          The 'Get' command
static String COMMAND_HISTORY
          The 'History' command
static String COMMAND_LABEL
          The 'Label' command
static String COMMAND_STATUS
          The 'Status' command
static String FLAG_AUTORESPONSE_DEF
           
static String FLAG_AUTORESPONSE_NO
           
static String FLAG_AUTORESPONSE_YES
           
static String FLAG_BRIEF
           
static String FLAG_CODEDIFF
           
static String FLAG_COMMENT
           
static String FLAG_FILETIME_DEF
           
static String FLAG_FILETIME_MODIFIED
           
static String FLAG_FILETIME_UPDATED
           
static String FLAG_LABEL
           
static String FLAG_LOGIN
           
static String FLAG_NO_FILE
           
static String FLAG_NO_GET
           
static String FLAG_OUTPUT
           
static String FLAG_OVERRIDE_WORKING_DIR
           
static String FLAG_QUIET
           
static String FLAG_RECURSION
           
static String FLAG_REPLACE_WRITABLE
           
static String FLAG_SKIP_WRITABLE
           
static String FLAG_USER
           
static String FLAG_VERSION
           
static String FLAG_VERSION_DATE
           
static String FLAG_VERSION_LABEL
           
static String FLAG_WRITABLE
           
static String PROJECT_PREFIX
          Dollar Sigh to prefix the project path
static String SS_EXE
          Constant for the thing to execute
static String STYLE_BRIEF
          The brief style flag
static String STYLE_CODEDIFF
          The codediff style flag
static String STYLE_DEFAULT
          The default style flag
static String STYLE_NOFILE
          The nofile style flag
static String TIME_CURRENT
          The text for current (default) timestamp
static String TIME_MODIFIED
          The text for modified timestamp
static String TIME_UPDATED
          The text for updated timestamp
static String VALUE_FROMDATE
           
static String VALUE_FROMLABEL
           
static String VALUE_NO
           
static String VALUE_YES
           
static String WRITABLE_FAIL
          The text for failing on writable files
static String WRITABLE_REPLACE
          The text for replacing writable files
static String WRITABLE_SKIP
          The text for skiping writable files
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.