public static enum BootLocalResourcesSelector.Mode extends java.lang.Enum<BootLocalResourcesSelector.Mode>
BootLocalResourcesSelector
.Enum Constant and Description |
---|
APPMASTER
Mode indicating selector is choosing files for appmaster.
|
CONTAINER
Mode indicating selector is choosing files for container.
|
Modifier and Type | Method and Description |
---|---|
static BootLocalResourcesSelector.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BootLocalResourcesSelector.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BootLocalResourcesSelector.Mode APPMASTER
public static final BootLocalResourcesSelector.Mode CONTAINER
public static BootLocalResourcesSelector.Mode[] values()
for (BootLocalResourcesSelector.Mode c : BootLocalResourcesSelector.Mode.values()) System.out.println(c);
public static BootLocalResourcesSelector.Mode 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