public enum EAppenderKey extends Enum<EAppenderKey>
Enum Constant and Description |
---|
ENCODING |
FILE |
LAYOUT |
LAYOUTPATTERN |
MAXBACKUPINDEX |
MAXFILESIZE |
THRESHOLD |
TYPE |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getKey(String appenderName) |
static EAppenderKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAppenderKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAppenderKey TYPE
public static final EAppenderKey FILE
public static final EAppenderKey MAXFILESIZE
public static final EAppenderKey MAXBACKUPINDEX
public static final EAppenderKey LAYOUT
public static final EAppenderKey ENCODING
public static final EAppenderKey LAYOUTPATTERN
public static final EAppenderKey THRESHOLD
public static EAppenderKey[] values()
for (EAppenderKey c : EAppenderKey.values()) System.out.println(c);
public static EAppenderKey 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 © 2020 XIMA MEDIA GmbH. All rights reserved.