public static enum JavaLayerConfigurations.LayerType extends Enum<JavaLayerConfigurations.LayerType>
| Enum Constant and Description |
|---|
CLASSES |
DEPENDENCIES |
EXTRA_FILES |
RESOURCES |
SNAPSHOT_DEPENDENCIES |
| Modifier and Type | Method and Description |
|---|---|
static JavaLayerConfigurations.LayerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaLayerConfigurations.LayerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaLayerConfigurations.LayerType DEPENDENCIES
public static final JavaLayerConfigurations.LayerType SNAPSHOT_DEPENDENCIES
public static final JavaLayerConfigurations.LayerType RESOURCES
public static final JavaLayerConfigurations.LayerType CLASSES
public static final JavaLayerConfigurations.LayerType EXTRA_FILES
public static JavaLayerConfigurations.LayerType[] values()
for (JavaLayerConfigurations.LayerType c : JavaLayerConfigurations.LayerType.values()) System.out.println(c);
public static JavaLayerConfigurations.LayerType 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 nullCopyright © 2018. All rights reserved.