public static enum DeploymentTracing.ContainerMark extends Enum<DeploymentTracing.ContainerMark>
| Enum Constant and Description |
|---|
AFTER_CONTAINER_SETUP |
BEFORE_CONTAINER_SETUP |
GOT_CONTAINER |
GOT_DEPLOYER |
LOAD |
LOADED |
PREPARE |
PREPARED |
SNIFFER_DONE |
START |
STARTED |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentTracing.ContainerMark |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentTracing.ContainerMark[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentTracing.ContainerMark SNIFFER_DONE
public static final DeploymentTracing.ContainerMark BEFORE_CONTAINER_SETUP
public static final DeploymentTracing.ContainerMark AFTER_CONTAINER_SETUP
public static final DeploymentTracing.ContainerMark GOT_CONTAINER
public static final DeploymentTracing.ContainerMark GOT_DEPLOYER
public static final DeploymentTracing.ContainerMark PREPARE
public static final DeploymentTracing.ContainerMark PREPARED
public static final DeploymentTracing.ContainerMark LOAD
public static final DeploymentTracing.ContainerMark LOADED
public static final DeploymentTracing.ContainerMark START
public static final DeploymentTracing.ContainerMark STARTED
public static DeploymentTracing.ContainerMark[] values()
for (DeploymentTracing.ContainerMark c : DeploymentTracing.ContainerMark.values()) System.out.println(c);
public static DeploymentTracing.ContainerMark 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 Eclipse Foundation. All rights reserved.