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

Packages that use InterpretationContext
ch.qos.logback.classic.joran.action   
ch.qos.logback.classic.sift   
ch.qos.logback.core.db The ch.qos.logback.core.db package provides bases classes to append objects into various databases. 
ch.qos.logback.core.joran Contains Joran configuration classes. 
ch.qos.logback.core.joran.action   
ch.qos.logback.core.joran.spi   
 

Uses of InterpretationContext in ch.qos.logback.classic.joran.action
 

Methods in ch.qos.logback.classic.joran.action with parameters of type InterpretationContext
 void ConfigurationAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void ConsolePluginAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void ContextNameAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void InsertFromJNDIAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void JMXConfiguratorAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void LevelAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void LoggerAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void RootLoggerAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void ContextNameAction.body(InterpretationContext ec, java.lang.String body)
           
 void ConfigurationAction.end(InterpretationContext ec, java.lang.String name)
           
 void ConsolePluginAction.end(InterpretationContext ec, java.lang.String name)
           
 void ContextNameAction.end(InterpretationContext ec, java.lang.String name)
           
 void InsertFromJNDIAction.end(InterpretationContext ec, java.lang.String name)
           
 void JMXConfiguratorAction.end(InterpretationContext ec, java.lang.String name)
           
 void LevelAction.end(InterpretationContext ec, java.lang.String e)
           
 void LoggerAction.end(InterpretationContext ec, java.lang.String e)
           
 void RootLoggerAction.end(InterpretationContext ec, java.lang.String name)
           
 void LevelAction.finish(InterpretationContext ec)
           
 void LoggerAction.finish(InterpretationContext ec)
           
 void RootLoggerAction.finish(InterpretationContext ec)
           
 

Uses of InterpretationContext in ch.qos.logback.classic.sift
 

Methods in ch.qos.logback.classic.sift with parameters of type InterpretationContext
 void SiftAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void SiftAction.end(InterpretationContext ec, java.lang.String name)
           
 

Uses of InterpretationContext in ch.qos.logback.core.db
 

Methods in ch.qos.logback.core.db with parameters of type InterpretationContext
 void BindDataSourceToJNDIAction.begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)
          Instantiates an a data source and bind it to JNDI Most of the required parameters are placed in the ec.substitutionProperties
 void BindDataSourceToJNDIAction.end(InterpretationContext ec, java.lang.String name)
           
 

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

Methods in ch.qos.logback.core.joran that return InterpretationContext
 InterpretationContext JoranConfiguratorBase.getExecutionContext()
           
 

Uses of InterpretationContext in ch.qos.logback.core.joran.action
 

Methods in ch.qos.logback.core.joran.action with parameters of type InterpretationContext
 void AbstractEventEvaluatorAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
          Instantiates an evaluator of the given class and sets its name.
abstract  void Action.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
          Called when the parser encounters an element matching a Pattern.
 void AppenderAction.begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)
          Instantiates an appender of the given class and sets its name.
 void AppenderRefAction.begin(InterpretationContext ec, java.lang.String tagName, org.xml.sax.Attributes attributes)
           
 void ContextPropertyAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void ConversionRuleAction.begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)
          Instantiates an layout of the given class and sets its name.
 void IncludeAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void NOPAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void NestedBasicPropertyIA.begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)
           
 void NestedComplexPropertyIA.begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)
           
 void NewRuleAction.begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)
          Instantiates an layout of the given class and sets its name.
 void ParamAction.begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)
           
 void PropertyAction.begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)
          Set a new property for the execution context by name, value pair, or adds all the properties found in the given file.
 void StatusListenerAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void TimestampAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void Action.body(InterpretationContext ec, java.lang.String body)
           
 void NestedBasicPropertyIA.body(InterpretationContext ec, java.lang.String body)
           
 void AbstractEventEvaluatorAction.end(InterpretationContext ec, java.lang.String e)
          Once the children elements are also parsed, now is the time to activate the evaluator options.
abstract  void Action.end(InterpretationContext ec, java.lang.String name)
           
 void AppenderAction.end(InterpretationContext ec, java.lang.String name)
          Once the children elements are also parsed, now is the time to activate the appender options.
 void AppenderRefAction.end(InterpretationContext ec, java.lang.String n)
           
 void ContextPropertyAction.end(InterpretationContext ec, java.lang.String name)
           
 void ConversionRuleAction.end(InterpretationContext ec, java.lang.String n)
          Once the children elements are also parsed, now is the time to activate the appender options.
 void IncludeAction.end(InterpretationContext ec, java.lang.String name)
           
 void NOPAction.end(InterpretationContext ec, java.lang.String name)
           
 void NestedBasicPropertyIA.end(InterpretationContext ec, java.lang.String tagName)
           
 void NestedComplexPropertyIA.end(InterpretationContext ec, java.lang.String tagName)
           
 void NewRuleAction.end(InterpretationContext ec, java.lang.String n)
          Once the children elements are also parsed, now is the time to activate the appender options.
 void ParamAction.end(InterpretationContext ec, java.lang.String localName)
           
 void PropertyAction.end(InterpretationContext ec, java.lang.String name)
           
 void StatusListenerAction.end(InterpretationContext ec, java.lang.String e)
           
 void TimestampAction.end(InterpretationContext ec, java.lang.String name)
           
 void AbstractEventEvaluatorAction.finish(InterpretationContext ec)
           
 void ConversionRuleAction.finish(InterpretationContext ec)
           
 void NewRuleAction.finish(InterpretationContext ec)
           
 void ParamAction.finish(InterpretationContext ec)
           
 void PropertyAction.finish(InterpretationContext ec)
           
 void StatusListenerAction.finish(InterpretationContext ec)
           
protected  int Action.getColumnNumber(InterpretationContext ec)
           
protected  java.lang.String Action.getLineColStr(InterpretationContext ec)
           
protected  int Action.getLineNumber(InterpretationContext ec)
           
abstract  boolean ImplicitAction.isApplicable(Pattern currentPattern, org.xml.sax.Attributes attributes, InterpretationContext ec)
          Check whether this implicit action is appropriate in the current context.
 boolean NestedBasicPropertyIA.isApplicable(Pattern pattern, org.xml.sax.Attributes attributes, InterpretationContext ec)
           
 boolean NestedComplexPropertyIA.isApplicable(Pattern pattern, org.xml.sax.Attributes attributes, InterpretationContext ic)
           
 void PropertyAction.setProperties(InterpretationContext ec, java.util.Properties props)
          Add all the properties found in the argument named 'props' to an InterpretationContext.
 void PropertyAction.setProperty(InterpretationContext ec, java.lang.String key, java.lang.String value)
           
 

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

Methods in ch.qos.logback.core.joran.spi that return InterpretationContext
 InterpretationContext Interpreter.getExecutionContext()
          Deprecated. replaced by Interpreter.getInterpretationContext()
 InterpretationContext Interpreter.getInterpretationContext()