com.atlassian.confluence.admin.actions
Class ConfigureLog4jAction.LoggingConfigEntry
java.lang.Object
com.atlassian.confluence.admin.actions.ConfigureLog4jAction.LoggingConfigEntry
- All Implemented Interfaces:
- Comparable
- Enclosing class:
- ConfigureLog4jAction
public static class ConfigureLog4jAction.LoggingConfigEntry
- extends Object
- implements Comparable
Represents a Log4j Config entry, corresponding to a Class or Package mapped to a Level.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigureLog4jAction.LoggingConfigEntry
public ConfigureLog4jAction.LoggingConfigEntry()
ConfigureLog4jAction.LoggingConfigEntry
public ConfigureLog4jAction.LoggingConfigEntry(String clazz,
org.apache.log4j.Level level)
ConfigureLog4jAction.LoggingConfigEntry
public ConfigureLog4jAction.LoggingConfigEntry(String clazz,
String level)
isRoot
public boolean isRoot()
getClazz
public String getClazz()
getLevel
public String getLevel()
- OGNL forces me to match getter and setter types. Possibly this could be avoided by use of a TypeConverter.
- Returns:
- the string
setClazz
public void setClazz(String clazz)
setLevel
public void setLevel(String level)
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable