org.efaps.maven_java5.org.apache.maven.tools.plugin.lifecycle
Enum Phase
java.lang.Object
java.lang.Enum<Phase>
org.efaps.maven_java5.org.apache.maven.tools.plugin.lifecycle.Phase
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Phase>
public enum Phase
- extends java.lang.Enum<Phase>
|
Method Summary |
java.lang.String |
key()
|
static Phase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
VALIDATE
public static final Phase VALIDATE
INITIALIZE
public static final Phase INITIALIZE
GENERATE_SOURCES
public static final Phase GENERATE_SOURCES
PROCESS_SOURCES
public static final Phase PROCESS_SOURCES
GENERATE_RESOURCES
public static final Phase GENERATE_RESOURCES
PROCESS_RESOURCES
public static final Phase PROCESS_RESOURCES
COMPILE
public static final Phase COMPILE
PROCESS_CLASSES
public static final Phase PROCESS_CLASSES
GENERATE_TEST_SOURCES
public static final Phase GENERATE_TEST_SOURCES
PROCESS_TEST_SOURCES
public static final Phase PROCESS_TEST_SOURCES
GENERATE_TEST_RESOURCES
public static final Phase GENERATE_TEST_RESOURCES
PROCESS_TEST_RESOURCES
public static final Phase PROCESS_TEST_RESOURCES
TEST_COMPILE
public static final Phase TEST_COMPILE
PROCESS_TEST_CLASSES
public static final Phase PROCESS_TEST_CLASSES
TEST
public static final Phase TEST
PREPARE_PACKAGE
public static final Phase PREPARE_PACKAGE
PACKAGE
public static final Phase PACKAGE
PRE_INTEGRATION_TEST
public static final Phase PRE_INTEGRATION_TEST
INTEGRATION_TEST
public static final Phase INTEGRATION_TEST
POST_INTEGRATION_TEST
public static final Phase POST_INTEGRATION_TEST
VERIFY
public static final Phase VERIFY
INSTALL
public static final Phase INSTALL
DEPLOY
public static final Phase DEPLOY
PRE_CLEAN
public static final Phase PRE_CLEAN
CLEAN
public static final Phase CLEAN
POST_CLEAN
public static final Phase POST_CLEAN
PRE_SITE
public static final Phase PRE_SITE
SITE
public static final Phase SITE
POST_SITE
public static final Phase POST_SITE
SITE_DEPLOY
public static final Phase SITE_DEPLOY
VOID
public static final Phase VOID
values
public static Phase[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Phase c : Phase.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Phase valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
key
public java.lang.String key()
Copyright © 2007-2010 eFaps. All Rights Reserved.