public static enum MavenProxySupport.Status extends Enum<MavenProxySupport.Status>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
ABORT |
CONTINUE |
OVERRIDE |
RECONFIGURED |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static MavenProxySupport.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenProxySupport.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MavenProxySupport.Status UNKNOWN
public static final MavenProxySupport.Status CONTINUE
public static final MavenProxySupport.Status RECONFIGURED
public static final MavenProxySupport.Status OVERRIDE
public static final MavenProxySupport.Status ABORT
public static MavenProxySupport.Status[] values()
public static MavenProxySupport.Status valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null