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

Packages that use InterpretationContext
ch.qos.logback.access.joran.action   
ch.qos.logback.access.sift   
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.access.joran.action
 

Methods in ch.qos.logback.access.joran.action with parameters of type InterpretationContext
 void ConfigurationAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void ConfigurationAction.end(InterpretationContext ec, java.lang.String name)
           
 

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

Methods in ch.qos.logback.access.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.classic.joran.action
 

Methods in ch.qos.logback.classic.joran.action with parameters of type InterpretationContext
 void RootLoggerAction.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 ConsolePluginAction.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 InsertFromJNDIAction.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 ConfigurationAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void ContextNameAction.body(InterpretationContext ec, java.lang.String body)
           
 void RootLoggerAction.end(InterpretationContext ec, java.lang.String name)
           
 void ContextNameAction.end(InterpretationContext ec, java.lang.String name)
           
 void ConsolePluginAction.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 InsertFromJNDIAction.end(InterpretationContext ec, java.lang.String name)
           
 void LoggerAction.end(InterpretationContext ec, java.lang.String e)
           
 void ConfigurationAction.end(InterpretationContext ec, java.lang.String name)
           
 void RootLoggerAction.finish(InterpretationContext ec)
           
 void LevelAction.finish(InterpretationContext ec)
           
 void LoggerAction.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 ContextPropertyAction.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 NOPAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 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 NestedBasicPropertyIA.begin(InterpretationContext ec, java.lang.String localName, 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 AbstractEventEvaluatorAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
          Instantiates an evaluator of the given class and sets its name.
 void IncludeAction.begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void ParamAction.begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)
           
 void AppenderRefAction.begin(InterpretationContext ec, java.lang.String tagName, 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 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 NestedComplexPropertyIA.begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)
           
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 NestedBasicPropertyIA.body(InterpretationContext ec, java.lang.String body)
           
 void Action.body(InterpretationContext ec, java.lang.String body)
           
 void ContextPropertyAction.end(InterpretationContext ec, java.lang.String name)
           
 void TimestampAction.end(InterpretationContext ec, java.lang.String name)
           
 void NOPAction.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 NestedBasicPropertyIA.end(InterpretationContext ec, java.lang.String tagName)
           
 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 AbstractEventEvaluatorAction.end(InterpretationContext ec, java.lang.String e)
          Once the children elements are also parsed, now is the time to activate the evaluator options.
 void IncludeAction.end(InterpretationContext ec, java.lang.String name)
           
 void ParamAction.end(InterpretationContext ec, java.lang.String localName)
           
 void AppenderRefAction.end(InterpretationContext ec, java.lang.String n)
           
 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 PropertyAction.end(InterpretationContext ec, java.lang.String name)
           
 void StatusListenerAction.end(InterpretationContext ec, java.lang.String e)
           
 void NestedComplexPropertyIA.end(InterpretationContext ec, java.lang.String tagName)
           
abstract  void Action.end(InterpretationContext ec, java.lang.String name)
           
 void ConversionRuleAction.finish(InterpretationContext ec)
           
 void AbstractEventEvaluatorAction.finish(InterpretationContext ec)
           
 void ParamAction.finish(InterpretationContext ec)
           
 void NewRuleAction.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)
           
 boolean NestedBasicPropertyIA.isApplicable(Pattern pattern, org.xml.sax.Attributes attributes, InterpretationContext ec)
           
 boolean NestedComplexPropertyIA.isApplicable(Pattern pattern, org.xml.sax.Attributes attributes, InterpretationContext ic)
           
abstract  boolean ImplicitAction.isApplicable(Pattern currentPattern, org.xml.sax.Attributes attributes, InterpretationContext ec)
          Check whether this implicit action is appropriate in the current context.
 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()
           
 



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