public static enum ConsoleConfigProperties.ConfigurationType extends java.lang.Enum<ConsoleConfigProperties.ConfigurationType>
| Enum Constant and Description |
|---|
CLASSPATH_RESOURCE |
HTTP_RESOURCE |
SPRING_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
static ConsoleConfigProperties.ConfigurationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConsoleConfigProperties.ConfigurationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsoleConfigProperties.ConfigurationType CLASSPATH_RESOURCE
public static final ConsoleConfigProperties.ConfigurationType HTTP_RESOURCE
public static final ConsoleConfigProperties.ConfigurationType SPRING_CONFIG
public static ConsoleConfigProperties.ConfigurationType[] values()
for (ConsoleConfigProperties.ConfigurationType c : ConsoleConfigProperties.ConfigurationType.values()) System.out.println(c);
public static ConsoleConfigProperties.ConfigurationType 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 null