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.conditional   
ch.qos.logback.core.joran.spi   
chapters.onJoran.calculator   
chapters.onJoran.helloWorld   
chapters.onJoran.implicit   
 

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, String name, Attributes attributes)
           
 void ConfigurationAction.end(InterpretationContext ec, 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 ic, String name, Attributes attributes)
           
 void SiftAction.end(InterpretationContext ic, 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, String name, Attributes attributes)
           
 void LoggerContextListenerAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void LoggerAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void LevelAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void JMXConfiguratorAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void InsertFromJNDIAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void ContextNameAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void ConsolePluginAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void ConfigurationAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void ContextNameAction.body(InterpretationContext ec, String body)
           
 void RootLoggerAction.end(InterpretationContext ec, String name)
           
 void LoggerContextListenerAction.end(InterpretationContext ec, String name)
           
 void LoggerAction.end(InterpretationContext ec, String e)
           
 void LevelAction.end(InterpretationContext ec, String e)
           
 void JMXConfiguratorAction.end(InterpretationContext ec, String name)
           
 void InsertFromJNDIAction.end(InterpretationContext ec, String name)
           
 void ContextNameAction.end(InterpretationContext ec, String name)
           
 void ConsolePluginAction.end(InterpretationContext ec, String name)
           
 void ConfigurationAction.end(InterpretationContext ec, String name)
           
 void RootLoggerAction.finish(InterpretationContext ec)
           
 void LoggerAction.finish(InterpretationContext ec)
           
 void LevelAction.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, String name, Attributes attributes)
           
 void SiftAction.end(InterpretationContext ec, 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, String localName, 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, 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 TimestampAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void StatusListenerAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void PropertyAction.begin(InterpretationContext ec, String localName, 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 ParamAction.begin(InterpretationContext ec, String localName, Attributes attributes)
           
 void NOPAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void NewRuleAction.begin(InterpretationContext ec, String localName, Attributes attributes)
          Instantiates an layout of the given class and sets its name.
 void NestedComplexPropertyIA.begin(InterpretationContext ec, String localName, Attributes attributes)
           
 void NestedBasicPropertyIA.begin(InterpretationContext ec, String localName, Attributes attributes)
           
 void IncludeAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void DefinePropertyAction.begin(InterpretationContext ec, String localName, Attributes attributes)
           
 void ConversionRuleAction.begin(InterpretationContext ec, String localName, Attributes attributes)
          Instantiates an layout of the given class and sets its name.
 void ContextPropertyAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void AppenderRefAction.begin(InterpretationContext ec, String tagName, Attributes attributes)
           
 void AppenderAction.begin(InterpretationContext ec, String localName, Attributes attributes)
          Instantiates an appender of the given class and sets its name.
abstract  void Action.begin(InterpretationContext ic, String name, Attributes attributes)
          Called when the parser encounters an element matching a Pattern.
 void AbstractEventEvaluatorAction.begin(InterpretationContext ec, String name, Attributes attributes)
          Instantiates an evaluator of the given class and sets its name.
 void NestedBasicPropertyIA.body(InterpretationContext ec, String body)
           
 void Action.body(InterpretationContext ic, String body)
          Called to pass the body (as text) contained within an element.
 void TimestampAction.end(InterpretationContext ec, String name)
           
 void StatusListenerAction.end(InterpretationContext ec, String e)
           
 void PropertyAction.end(InterpretationContext ec, String name)
           
 void ParamAction.end(InterpretationContext ec, String localName)
           
 void NOPAction.end(InterpretationContext ec, String name)
           
 void NewRuleAction.end(InterpretationContext ec, String n)
          Once the children elements are also parsed, now is the time to activate the appender options.
 void NestedComplexPropertyIA.end(InterpretationContext ec, String tagName)
           
 void NestedBasicPropertyIA.end(InterpretationContext ec, String tagName)
           
 void IncludeAction.end(InterpretationContext ec, String name)
           
 void DefinePropertyAction.end(InterpretationContext ec, String name)
          Now property definer is initialized by all properties and we can put property value to context
 void ConversionRuleAction.end(InterpretationContext ec, String n)
          Once the children elements are also parsed, now is the time to activate the appender options.
 void ContextPropertyAction.end(InterpretationContext ec, String name)
           
 void AppenderRefAction.end(InterpretationContext ec, String n)
           
 void AppenderAction.end(InterpretationContext ec, String name)
          Once the children elements are also parsed, now is the time to activate the appender options.
abstract  void Action.end(InterpretationContext ic, String name)
           
 void AbstractEventEvaluatorAction.end(InterpretationContext ec, String e)
          Once the children elements are also parsed, now is the time to activate the evaluator options.
 void StatusListenerAction.finish(InterpretationContext ec)
           
 void PropertyAction.finish(InterpretationContext ec)
           
 void ParamAction.finish(InterpretationContext ec)
           
 void NewRuleAction.finish(InterpretationContext ec)
           
 void ConversionRuleAction.finish(InterpretationContext ec)
           
 void AbstractEventEvaluatorAction.finish(InterpretationContext ec)
           
protected  int Action.getColumnNumber(InterpretationContext ic)
           
protected  String Action.getLineColStr(InterpretationContext ic)
           
protected  int Action.getLineNumber(InterpretationContext ic)
           
 boolean NestedComplexPropertyIA.isApplicable(Pattern pattern, Attributes attributes, InterpretationContext ic)
           
 boolean NestedBasicPropertyIA.isApplicable(Pattern pattern, Attributes attributes, InterpretationContext ec)
           
abstract  boolean ImplicitAction.isApplicable(Pattern currentPattern, Attributes attributes, InterpretationContext ec)
          Check whether this implicit action is appropriate in the current context.
 void PropertyAction.setProperties(InterpretationContext ec, Properties props, ch.qos.logback.core.joran.action.PropertyAction.Scope scope)
          Add all the properties found in the argument named 'props' to an InterpretationContext.
 void PropertyAction.setProperty(InterpretationContext ec, String key, String value, ch.qos.logback.core.joran.action.PropertyAction.Scope scope)
           
 

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

Methods in ch.qos.logback.core.joran.conditional with parameters of type InterpretationContext
 void ThenOrElseActionBase.begin(InterpretationContext ic, String name, Attributes attributes)
           
 void IfAction.begin(InterpretationContext ic, String name, Attributes attributes)
           
 void ThenOrElseActionBase.end(InterpretationContext ic, String name)
           
 void IfAction.end(InterpretationContext ic, String name)
           
 

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()
           
 

Uses of InterpretationContext in chapters.onJoran.calculator
 

Methods in chapters.onJoran.calculator with parameters of type InterpretationContext
 void MultiplyAction.begin(InterpretationContext ic, String name, Attributes attributes)
           
 void LiteralAction.begin(InterpretationContext ic, String name, Attributes attributes)
           
 void ComputationAction2.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void ComputationAction1.begin(InterpretationContext ec, String name, Attributes attributes)
          Store the value of the name attribute for future use.
 void AddAction.begin(InterpretationContext ic, String name, Attributes attributes)
           
 void MultiplyAction.end(InterpretationContext ic, String name)
           
 void LiteralAction.end(InterpretationContext ic, String name)
           
 void ComputationAction2.end(InterpretationContext ec, String name)
           
 void ComputationAction1.end(InterpretationContext ec, String name)
          Children elements have been processed.
 void AddAction.end(InterpretationContext ic, String name)
           
 

Uses of InterpretationContext in chapters.onJoran.helloWorld
 

Methods in chapters.onJoran.helloWorld with parameters of type InterpretationContext
 void HelloWorldAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void HelloWorldAction.end(InterpretationContext ec, String name)
           
 

Uses of InterpretationContext in chapters.onJoran.implicit
 

Methods in chapters.onJoran.implicit with parameters of type InterpretationContext
 void PrintMeImplicitAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void NOPAction.begin(InterpretationContext ec, String name, Attributes attributes)
           
 void PrintMeImplicitAction.end(InterpretationContext ec, String name)
           
 void NOPAction.end(InterpretationContext ec, String name)
           
 boolean PrintMeImplicitAction.isApplicable(Pattern pattern, Attributes attributes, InterpretationContext ec)
           
 



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