ch.qos.logback.core.joran
Class GenericConfigurator
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.GenericConfigurator
- All Implemented Interfaces:
- ContextAware
- Direct Known Subclasses:
- JoranConfiguratorBase
public abstract class GenericConfigurator
- extends ContextAwareBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interpreter
protected Interpreter interpreter
GenericConfigurator
public GenericConfigurator()
doConfigure
public final void doConfigure(URL url)
throws JoranException
- Throws:
JoranException
doConfigure
public final void doConfigure(String filename)
throws JoranException
- Throws:
JoranException
doConfigure
public final void doConfigure(File file)
throws JoranException
- Throws:
JoranException
doConfigure
public final void doConfigure(InputStream inputStream)
throws JoranException
- Throws:
JoranException
addInstanceRules
protected abstract void addInstanceRules(RuleStore rs)
addImplicitRules
protected abstract void addImplicitRules(Interpreter interpreter)
buildInterpreter
protected void buildInterpreter()
doConfigure
public final void doConfigure(InputSource inputSource)
throws JoranException
- Throws:
JoranException
doConfigure
public void doConfigure(List<SaxEvent> eventList)
throws JoranException
- Throws:
JoranException
Copyright © 2005-2008 QOS.ch. All Rights Reserved.