Uses of Class
ch.qos.logback.core.joran.spi.InterpretationContext
-
Packages that use InterpretationContext Package Description 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 -
-
Uses of InterpretationContext in ch.qos.logback.access.joran.action
Methods in ch.qos.logback.access.joran.action with parameters of type InterpretationContext Modifier and Type Method Description voidConfigurationAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidConfigurationAction. 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 Modifier and Type Method Description voidSiftAction. begin(InterpretationContext ic, java.lang.String name, org.xml.sax.Attributes attributes)voidSiftAction. end(InterpretationContext ic, 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 Modifier and Type Method Description voidConfigurationAction. begin(InterpretationContext ic, java.lang.String name, org.xml.sax.Attributes attributes)voidConsolePluginAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidContextNameAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidInsertFromJNDIAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidJMXConfiguratorAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidLevelAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidLoggerAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidLoggerContextListenerAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidReceiverAction. begin(InterpretationContext ic, java.lang.String name, org.xml.sax.Attributes attributes)voidRootLoggerAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidContextNameAction. body(InterpretationContext ec, java.lang.String body)voidConfigurationAction. end(InterpretationContext ec, java.lang.String name)voidConsolePluginAction. end(InterpretationContext ec, java.lang.String name)voidContextNameAction. end(InterpretationContext ec, java.lang.String name)voidInsertFromJNDIAction. end(InterpretationContext ec, java.lang.String name)voidJMXConfiguratorAction. end(InterpretationContext ec, java.lang.String name)voidLevelAction. end(InterpretationContext ec, java.lang.String e)voidLoggerAction. end(InterpretationContext ec, java.lang.String e)voidLoggerContextListenerAction. end(InterpretationContext ec, java.lang.String name)voidReceiverAction. end(InterpretationContext ic, java.lang.String name)voidRootLoggerAction. end(InterpretationContext ec, java.lang.String name)voidLevelAction. finish(InterpretationContext ec)voidLoggerAction. finish(InterpretationContext ec)voidRootLoggerAction. finish(InterpretationContext ec) -
Uses of InterpretationContext in ch.qos.logback.classic.sift
Methods in ch.qos.logback.classic.sift with parameters of type InterpretationContext Modifier and Type Method Description voidSiftAction. begin(InterpretationContext ic, java.lang.String name, org.xml.sax.Attributes attributes)voidSiftAction. end(InterpretationContext ic, 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 Modifier and Type Method Description voidBindDataSourceToJNDIAction. 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.substitutionPropertiesvoidBindDataSourceToJNDIAction. 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 Modifier and Type Method Description InterpretationContextJoranConfiguratorBase. getInterpretationContext() -
Uses of InterpretationContext in ch.qos.logback.core.joran.action
Methods in ch.qos.logback.core.joran.action with parameters of type InterpretationContext Modifier and Type Method Description voidAbstractEventEvaluatorAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)Instantiates an evaluator of the given class and sets its name.abstract voidAction. begin(InterpretationContext ic, java.lang.String name, org.xml.sax.Attributes attributes)Called when the parser encounters an element matching aPattern.voidAppenderAction. begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)Instantiates an appender of the given class and sets its name.voidAppenderRefAction. begin(InterpretationContext ec, java.lang.String tagName, org.xml.sax.Attributes attributes)voidContextPropertyAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidConversionRuleAction. begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)Instantiates an layout of the given class and sets its name.voidDefinePropertyAction. begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)voidIncludeAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidNestedBasicPropertyIA. begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)voidNestedComplexPropertyIA. begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)voidNewRuleAction. begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)Instantiates an layout of the given class and sets its name.voidNOPAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidParamAction. begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)voidPropertyAction. 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.voidShutdownHookAction. begin(InterpretationContext ic, java.lang.String name, org.xml.sax.Attributes attributes)Instantiates a shutdown hook of the given class and sets its name.voidStatusListenerAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidTimestampAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidAction. body(InterpretationContext ic, java.lang.String body)Called to pass the body (as text) contained within an element.voidNestedBasicPropertyIA. body(InterpretationContext ec, java.lang.String body)voidAbstractEventEvaluatorAction. end(InterpretationContext ec, java.lang.String e)Once the children elements are also parsed, now is the time to activate the evaluator options.abstract voidAction. end(InterpretationContext ic, java.lang.String name)voidAppenderAction. end(InterpretationContext ec, java.lang.String name)Once the children elements are also parsed, now is the time to activate the appender options.voidAppenderRefAction. end(InterpretationContext ec, java.lang.String n)voidContextPropertyAction. end(InterpretationContext ec, java.lang.String name)voidConversionRuleAction. end(InterpretationContext ec, java.lang.String n)Once the children elements are also parsed, now is the time to activate the appender options.voidDefinePropertyAction. end(InterpretationContext ec, java.lang.String name)Now property definer is initialized by all properties and we can put property value to contextvoidIncludeAction. end(InterpretationContext ec, java.lang.String name)voidNestedBasicPropertyIA. end(InterpretationContext ec, java.lang.String tagName)voidNestedComplexPropertyIA. end(InterpretationContext ec, java.lang.String tagName)voidNewRuleAction. end(InterpretationContext ec, java.lang.String n)Once the children elements are also parsed, now is the time to activate the appender options.voidNOPAction. end(InterpretationContext ec, java.lang.String name)voidParamAction. end(InterpretationContext ec, java.lang.String localName)voidPropertyAction. end(InterpretationContext ec, java.lang.String name)voidShutdownHookAction. end(InterpretationContext ic, java.lang.String name)Once the children elements are also parsed, now is the time to activate the shutdown hook options.voidStatusListenerAction. end(InterpretationContext ec, java.lang.String e)voidTimestampAction. end(InterpretationContext ec, java.lang.String name)voidAbstractEventEvaluatorAction. finish(InterpretationContext ec)voidConversionRuleAction. finish(InterpretationContext ec)voidNewRuleAction. finish(InterpretationContext ec)voidParamAction. finish(InterpretationContext ec)voidPropertyAction. finish(InterpretationContext ec)voidStatusListenerAction. finish(InterpretationContext ec)protected intAction. getColumnNumber(InterpretationContext ic)protected java.lang.StringAction. getLineColStr(InterpretationContext ic)protected intAction. getLineNumber(InterpretationContext ic)abstract booleanImplicitAction. isApplicable(ElementPath currentElementPath, org.xml.sax.Attributes attributes, InterpretationContext ec)Check whether this implicit action is appropriate in the current context.booleanNestedBasicPropertyIA. isApplicable(ElementPath elementPath, org.xml.sax.Attributes attributes, InterpretationContext ec)booleanNestedComplexPropertyIA. isApplicable(ElementPath elementPath, org.xml.sax.Attributes attributes, InterpretationContext ic)static voidActionUtil. setProperties(InterpretationContext ic, java.util.Properties props, ActionUtil.Scope scope)Add all the properties found in the argument named 'props' to an InterpretationContext.static voidActionUtil. setProperty(InterpretationContext ic, java.lang.String key, java.lang.String value, ActionUtil.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 Modifier and Type Method Description voidIfAction. begin(InterpretationContext ic, java.lang.String name, org.xml.sax.Attributes attributes)voidThenOrElseActionBase. begin(InterpretationContext ic, java.lang.String name, org.xml.sax.Attributes attributes)voidIfAction. end(InterpretationContext ic, java.lang.String name)voidThenOrElseActionBase. end(InterpretationContext ic, java.lang.String name) -
Uses of InterpretationContext in ch.qos.logback.core.joran.spi
Methods in ch.qos.logback.core.joran.spi that return InterpretationContext Modifier and Type Method Description InterpretationContextInterpreter. getExecutionContext()Deprecated.replaced byInterpreter.getInterpretationContext()InterpretationContextInterpreter. getInterpretationContext()
-