public static enum ComponentManager.ContainerLevel extends Enum<ComponentManager.ContainerLevel>
| Enum Constant and Description |
|---|
BOOTSTRAP |
EXTENDED_BOOTSTRAP |
FULL_CONTAINER |
| Modifier and Type | Method and Description |
|---|---|
static String |
getContainerName(ComponentManager.ContainerLevel level)
Returns the name of a new container at the given level.
|
static ComponentManager.ContainerLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentManager.ContainerLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentManager.ContainerLevel BOOTSTRAP
public static final ComponentManager.ContainerLevel EXTENDED_BOOTSTRAP
public static final ComponentManager.ContainerLevel FULL_CONTAINER
public static ComponentManager.ContainerLevel[] values()
for (ComponentManager.ContainerLevel c : ComponentManager.ContainerLevel.values()) System.out.println(c);
public static ComponentManager.ContainerLevel 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@Nonnull public static String getContainerName(ComponentManager.ContainerLevel level)
level - the level of the container being createdCopyright © 2002-2019 Atlassian. All Rights Reserved.