public static enum ServerConfiguration.PluggabilityFeaturesConfiguration extends Enum<ServerConfiguration.PluggabilityFeaturesConfiguration>
Enum Constant and Description |
---|
DISABLED
Disable pluggability features, do not scan annotations of the web application.
|
ENABLED
Enable pluggability features and scan annotations of the web application.
|
Modifier and Type | Method and Description |
---|---|
static ServerConfiguration.PluggabilityFeaturesConfiguration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerConfiguration.PluggabilityFeaturesConfiguration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerConfiguration.PluggabilityFeaturesConfiguration ENABLED
public static final ServerConfiguration.PluggabilityFeaturesConfiguration DISABLED
public static ServerConfiguration.PluggabilityFeaturesConfiguration[] values()
for (ServerConfiguration.PluggabilityFeaturesConfiguration c : ServerConfiguration.PluggabilityFeaturesConfiguration.values()) System.out.println(c);
public static ServerConfiguration.PluggabilityFeaturesConfiguration 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 © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210