public static enum FeatureContainerPathConsumer.State extends Enum<FeatureContainerPathConsumer.State>
| Enum Constant and Description |
|---|
CONFIG_CONTENT |
CONFIG_MODEL |
CONFIG_NAME |
CONFIGS |
DEPENDENCIES |
DEPENDENCIES_ORIGIN |
FEATURES |
FEATURES_CONTENT |
FEATURES_ORIGIN |
FINAL |
NOT_STARTED |
PACKAGES_CONTENT |
PACKAGES_ORIGIN |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static FeatureContainerPathConsumer.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureContainerPathConsumer.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureContainerPathConsumer.State NOT_STARTED
public static final FeatureContainerPathConsumer.State UNKNOWN
public static final FeatureContainerPathConsumer.State FINAL
public static final FeatureContainerPathConsumer.State CONFIGS
public static final FeatureContainerPathConsumer.State DEPENDENCIES
public static final FeatureContainerPathConsumer.State DEPENDENCIES_ORIGIN
public static final FeatureContainerPathConsumer.State FEATURES
public static final FeatureContainerPathConsumer.State FEATURES_ORIGIN
public static final FeatureContainerPathConsumer.State FEATURES_CONTENT
public static final FeatureContainerPathConsumer.State PACKAGES_CONTENT
public static final FeatureContainerPathConsumer.State PACKAGES_ORIGIN
public static final FeatureContainerPathConsumer.State CONFIG_MODEL
public static final FeatureContainerPathConsumer.State CONFIG_NAME
public static final FeatureContainerPathConsumer.State CONFIG_CONTENT
public static FeatureContainerPathConsumer.State[] values()
for (FeatureContainerPathConsumer.State c : FeatureContainerPathConsumer.State.values()) System.out.println(c);
public static FeatureContainerPathConsumer.State 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 © 2016–2019 JBoss by Red Hat. All rights reserved.