private static enum InvokerProperties.InvocationProperty extends java.lang.Enum<InvokerProperties.InvocationProperty>
Enum Constant and Description |
---|
DEBUG |
FAILURE_BEHAVIOR |
GOALS |
MAVEN_OPTS |
NON_RECURSIVE |
OFFLINE |
PROFILES |
PROJECT |
SYSTEM_PROPERTIES_FILE |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static InvokerProperties.InvocationProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InvokerProperties.InvocationProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvokerProperties.InvocationProperty PROJECT
public static final InvokerProperties.InvocationProperty GOALS
public static final InvokerProperties.InvocationProperty PROFILES
public static final InvokerProperties.InvocationProperty MAVEN_OPTS
public static final InvokerProperties.InvocationProperty FAILURE_BEHAVIOR
public static final InvokerProperties.InvocationProperty NON_RECURSIVE
public static final InvokerProperties.InvocationProperty OFFLINE
public static final InvokerProperties.InvocationProperty SYSTEM_PROPERTIES_FILE
public static final InvokerProperties.InvocationProperty DEBUG
public static InvokerProperties.InvocationProperty[] values()
for (InvokerProperties.InvocationProperty c : InvokerProperties.InvocationProperty.values()) System.out.println(c);
public static InvokerProperties.InvocationProperty valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<InvokerProperties.InvocationProperty>