Uses of Class
ch.qos.logback.core.joran.spi.Interpreter

Packages that use Interpreter
ch.qos.logback.core.joran Contains Joran configuration classes. 
ch.qos.logback.core.joran.spi   
ch.qos.logback.core.sift   
chapters.onJoran   
 

Uses of Interpreter in ch.qos.logback.core.joran
 

Fields in ch.qos.logback.core.joran declared as Interpreter
protected  Interpreter GenericConfigurator.interpreter
           
 

Methods in ch.qos.logback.core.joran with parameters of type Interpreter
protected  void JoranConfiguratorBase.addImplicitRules(Interpreter interpreter)
           
protected abstract  void GenericConfigurator.addImplicitRules(Interpreter interpreter)
           
 

Uses of Interpreter in ch.qos.logback.core.joran.spi
 

Methods in ch.qos.logback.core.joran.spi that return Interpreter
 Interpreter InterpretationContext.getJoranInterpreter()
           
 

Constructors in ch.qos.logback.core.joran.spi with parameters of type Interpreter
EventPlayer(Interpreter interpreter)
           
InterpretationContext(Context context, Interpreter joranInterpreter)
           
 

Uses of Interpreter in ch.qos.logback.core.sift
 

Methods in ch.qos.logback.core.sift with parameters of type Interpreter
protected  void SiftingJoranConfiguratorBase.addImplicitRules(Interpreter interpreter)
           
 

Uses of Interpreter in chapters.onJoran
 

Methods in chapters.onJoran with parameters of type Interpreter
protected  void SimpleConfigurator.addImplicitRules(Interpreter interpreter)
           
 



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