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