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 classPath) |
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 classPath)
public String getTypeClass()
public EAppenderKey[] getAssignedKeys()
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.