public static enum ComponentContainer.ContainerLevel extends Enum<ComponentContainer.ContainerLevel>
ComponentContainer.| Enum Constant and Description |
|---|
BOOTSTRAP |
FAILED_STARTUP |
FULL_CONTAINER |
SETUP |
| Modifier and Type | Method and Description |
|---|---|
boolean |
extendsBootstrap()
Indicates whether this level extends (adds components to) the
BOOTSTRAP level. |
String |
getName()
Returns the name of this level.
|
String |
getNewContainerName()
Returns the name of a new container at this level.
|
boolean |
isFullContainer()
Indicates whether this level is for the full (not e.g.
|
static ComponentContainer.ContainerLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentContainer.ContainerLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentContainer.ContainerLevel BOOTSTRAP
public static final ComponentContainer.ContainerLevel FAILED_STARTUP
public static final ComponentContainer.ContainerLevel SETUP
public static final ComponentContainer.ContainerLevel FULL_CONTAINER
public static ComponentContainer.ContainerLevel[] values()
for (ComponentContainer.ContainerLevel c : ComponentContainer.ContainerLevel.values()) System.out.println(c);
public static ComponentContainer.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 String getNewContainerName()
IllegalStateException - if this level extends bootstrappublic boolean extendsBootstrap()
BOOTSTRAP level.public boolean isFullContainer()
Copyright © 2002-2021 Atlassian. All Rights Reserved.