org.apache.maven.scm
Class CommandParameter

java.lang.Object
  extended by org.apache.maven.scm.CommandParameter
All Implemented Interfaces:
Serializable

public class CommandParameter
extends Object
implements Serializable

Version:
$Id: CommandParameter.java 1354687 2012-06-27 19:38:56Z olamy $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Field Summary
static CommandParameter BINARY
           
static CommandParameter BRANCH
           
static CommandParameter BRANCH_NAME
           
static CommandParameter CHANGELOG_DATE_PATTERN
           
static CommandParameter END_DATE
           
static CommandParameter END_SCM_VERSION
           
static CommandParameter FILE
           
static CommandParameter FILES
           
static CommandParameter FORCE_ADD
          Parameter to force add
static CommandParameter IGNORE_WHITESPACE
          contains true or false
static CommandParameter LIMIT
           
static CommandParameter MESSAGE
           
static CommandParameter NUM_DAYS
           
static CommandParameter OUTPUT_DIRECTORY
           
static CommandParameter OUTPUT_FILE
           
static CommandParameter RECURSIVE
           
static CommandParameter RUN_CHANGELOG_WITH_UPDATE
           
static CommandParameter SCM_BRANCH_PARAMETERS
           
static CommandParameter SCM_MKDIR_CREATE_IN_LOCAL
           
static CommandParameter SCM_SHORT_REVISION_LENGTH
          Parameter used only for Git SCM and simulate the git rev-parse --short=lenght command.
static CommandParameter SCM_TAG_PARAMETERS
           
static CommandParameter SCM_VERSION
           
static CommandParameter START_DATE
           
static CommandParameter START_SCM_VERSION
           
static CommandParameter TAG_NAME
           
 
Method Summary
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BINARY

public static final CommandParameter BINARY

RECURSIVE

public static final CommandParameter RECURSIVE

MESSAGE

public static final CommandParameter MESSAGE

BRANCH_NAME

public static final CommandParameter BRANCH_NAME

START_DATE

public static final CommandParameter START_DATE

END_DATE

public static final CommandParameter END_DATE

NUM_DAYS

public static final CommandParameter NUM_DAYS

LIMIT

public static final CommandParameter LIMIT

BRANCH

public static final CommandParameter BRANCH

START_SCM_VERSION

public static final CommandParameter START_SCM_VERSION

END_SCM_VERSION

public static final CommandParameter END_SCM_VERSION

CHANGELOG_DATE_PATTERN

public static final CommandParameter CHANGELOG_DATE_PATTERN

SCM_VERSION

public static final CommandParameter SCM_VERSION

TAG_NAME

public static final CommandParameter TAG_NAME

FILE

public static final CommandParameter FILE

FILES

public static final CommandParameter FILES

OUTPUT_FILE

public static final CommandParameter OUTPUT_FILE

OUTPUT_DIRECTORY

public static final CommandParameter OUTPUT_DIRECTORY

RUN_CHANGELOG_WITH_UPDATE

public static final CommandParameter RUN_CHANGELOG_WITH_UPDATE

SCM_TAG_PARAMETERS

public static final CommandParameter SCM_TAG_PARAMETERS

SCM_BRANCH_PARAMETERS

public static final CommandParameter SCM_BRANCH_PARAMETERS

SCM_MKDIR_CREATE_IN_LOCAL

public static final CommandParameter SCM_MKDIR_CREATE_IN_LOCAL

SCM_SHORT_REVISION_LENGTH

public static final CommandParameter SCM_SHORT_REVISION_LENGTH
Parameter used only for Git SCM and simulate the git rev-parse --short=lenght command.

Since:
1.7

FORCE_ADD

public static final CommandParameter FORCE_ADD
Parameter to force add

Since:
1.7

IGNORE_WHITESPACE

public static final CommandParameter IGNORE_WHITESPACE
contains true or false

Since:
1.8
Method Detail

getName

public String getName()
Returns:
The parameter name

toString

public String toString()
Overrides:
toString in class Object


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