public static enum EmbeddedServers.Identifiers extends Enum<EmbeddedServers.Identifiers>
Enum Constant and Description |
---|
JETTY |
Modifier and Type | Method and Description |
---|---|
static EmbeddedServers.Identifiers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedServers.Identifiers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedServers.Identifiers JETTY
public static EmbeddedServers.Identifiers[] values()
for (EmbeddedServers.Identifiers c : EmbeddedServers.Identifiers.values()) System.out.println(c);
public static EmbeddedServers.Identifiers 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 © 2017. All rights reserved.