ch.qos.logback.core.joran.replay
Class FruitConfigurator

java.lang.Object
  extended by ch.qos.logback.core.spi.ContextAwareBase
      extended by ch.qos.logback.core.joran.GenericConfigurator
          extended by ch.qos.logback.core.joran.replay.FruitConfigurator
All Implemented Interfaces:
ContextAware

public class FruitConfigurator
extends GenericConfigurator


Field Summary
 
Fields inherited from class ch.qos.logback.core.joran.GenericConfigurator
interpreter
 
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
 
Constructor Summary
FruitConfigurator(FruitFactory ff)
           
 
Method Summary
protected  void addImplicitRules(Interpreter interpreter)
           
protected  void addInstanceRules(RuleStore rs)
           
 void doConfigure(List<SaxEvent> eventList)
           
 
Methods inherited from class ch.qos.logback.core.joran.GenericConfigurator
addDefaultNestedComponentRegistryRules, buildInterpreter, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, initialPattern
 
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FruitConfigurator

public FruitConfigurator(FruitFactory ff)
Method Detail

doConfigure

public final void doConfigure(List<SaxEvent> eventList)
                       throws JoranException
Overrides:
doConfigure in class GenericConfigurator
Throws:
JoranException

addImplicitRules

protected void addImplicitRules(Interpreter interpreter)
Specified by:
addImplicitRules in class GenericConfigurator

addInstanceRules

protected void addInstanceRules(RuleStore rs)
Specified by:
addInstanceRules in class GenericConfigurator


Copyright © 2005-2009 QOS.ch. All Rights Reserved.