public static enum BaseServerConfigurationImpl.ConfigurationProperty extends java.lang.Enum<BaseServerConfigurationImpl.ConfigurationProperty> implements IConfigurationProperty
Enum Constant and Description |
---|
SERVER_CONTEXTPATH |
SERVER_DIRECTORIESLISTED |
SERVER_GRACEFULLINMILLIS |
SERVER_HOST |
SERVER_PATHSPEC |
SERVER_PORT |
SERVER_REQUESTLOGCONFIGFILENAME |
SERVER_REQUESTLOGGERENABLED |
SERVER_SENDDATEHEADER |
SERVER_STOPATSHUTDOWN |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
static BaseServerConfigurationImpl.ConfigurationProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseServerConfigurationImpl.ConfigurationProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseServerConfigurationImpl.ConfigurationProperty SERVER_SENDDATEHEADER
public static final BaseServerConfigurationImpl.ConfigurationProperty SERVER_DIRECTORIESLISTED
public static final BaseServerConfigurationImpl.ConfigurationProperty SERVER_PATHSPEC
public static final BaseServerConfigurationImpl.ConfigurationProperty SERVER_HOST
public static final BaseServerConfigurationImpl.ConfigurationProperty SERVER_PORT
public static final BaseServerConfigurationImpl.ConfigurationProperty SERVER_CONTEXTPATH
public static final BaseServerConfigurationImpl.ConfigurationProperty SERVER_GRACEFULLINMILLIS
public static final BaseServerConfigurationImpl.ConfigurationProperty SERVER_STOPATSHUTDOWN
public static final BaseServerConfigurationImpl.ConfigurationProperty SERVER_REQUESTLOGGERENABLED
public static final BaseServerConfigurationImpl.ConfigurationProperty SERVER_REQUESTLOGCONFIGFILENAME
public static BaseServerConfigurationImpl.ConfigurationProperty[] values()
for (BaseServerConfigurationImpl.ConfigurationProperty c : BaseServerConfigurationImpl.ConfigurationProperty.values()) System.out.println(c);
public static BaseServerConfigurationImpl.ConfigurationProperty valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getKey()
getKey
in interface IConfigurationProperty