public static enum ServerProperties.Jetty.Accesslog.FORMAT extends Enum<ServerProperties.Jetty.Accesslog.FORMAT>
Enum Constant and Description |
---|
EXTENDED_NCSA
Extended NCSA format, as defined in
CustomRequestLog#EXTENDED_NCSA_FORMAT.
|
NCSA
NCSA format, as defined in CustomRequestLog#NCSA_FORMAT.
|
Modifier and Type | Method and Description |
---|---|
static ServerProperties.Jetty.Accesslog.FORMAT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerProperties.Jetty.Accesslog.FORMAT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerProperties.Jetty.Accesslog.FORMAT NCSA
public static final ServerProperties.Jetty.Accesslog.FORMAT EXTENDED_NCSA
public static ServerProperties.Jetty.Accesslog.FORMAT[] values()
for (ServerProperties.Jetty.Accesslog.FORMAT c : ServerProperties.Jetty.Accesslog.FORMAT.values()) System.out.println(c);
public static ServerProperties.Jetty.Accesslog.FORMAT 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 null