public enum EAppenderType extends Enum<EAppenderType>
| Enum Constant and Description | 
|---|
CONSOLE  | 
ROLLING_FILE  | 
| Modifier and Type | Method and Description | 
|---|---|
EAppenderKey[] | 
getAssignedKeys()  | 
static EAppenderType | 
getByClass(String absoluteClassName)
Returns the EAppenderType by the given absolute class name 
 | 
String | 
getTypeClass()  | 
static EAppenderType | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EAppenderType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EAppenderType CONSOLE
public static final EAppenderType ROLLING_FILE
public static EAppenderType[] values()
for (EAppenderType c : EAppenderType.values()) System.out.println(c);
public static EAppenderType 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 nullpublic static EAppenderType getByClass(String absoluteClassName)
absoluteClassName - String the absolute class nameEAppenderType with the given absolute class namepublic EAppenderKey[] getAssignedKeys()
EAppenderKeys of the appender classCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.