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.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 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)(package private) voidConfigurationAction. processScanAttrib(InterpretationContext ic, org.xml.sax.Attributes attributes) -
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.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)(package private) java.io.InputStreamIncludeAction. getInputStream(InterpretationContext ec, org.xml.sax.Attributes attributes)(package private) java.net.URLIncludeAction. getInputURL(InterpretationContext ec, org.xml.sax.Attributes attributes)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)(package private) voidPropertyAction. loadAndSetProperties(InterpretationContext ec, java.io.InputStream istream, ActionUtil.Scope scope)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)(package private) booleanThenOrElseActionBase. weAreActive(InterpretationContext ic) -
Uses of InterpretationContext in ch.qos.logback.core.joran.spi
Fields in ch.qos.logback.core.joran.spi declared as InterpretationContext Modifier and Type Field Description private InterpretationContextInterpreter. interpretationContextMethods in ch.qos.logback.core.joran.spi that return InterpretationContext Modifier and Type Method Description InterpretationContextInterpreter. getExecutionContext()Deprecated.replaced byInterpreter.getInterpretationContext()InterpretationContextInterpreter. getInterpretationContext()Methods in ch.qos.logback.core.joran.spi with parameters of type InterpretationContext Modifier and Type Method Description (package private) java.util.List<Action>Interpreter. lookupImplicitAction(ElementPath elementPath, org.xml.sax.Attributes attributes, InterpretationContext ec)Check if any implicit actions are applicable. -
Uses of InterpretationContext in chapters.onJoran.calculator
Methods in chapters.onJoran.calculator with parameters of type InterpretationContext Modifier and Type Method Description voidAddAction. begin(InterpretationContext ic, java.lang.String name, org.xml.sax.Attributes attributes)voidComputationAction1. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)Store the value of the name attribute for future use.voidComputationAction2. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidLiteralAction. begin(InterpretationContext ic, java.lang.String name, org.xml.sax.Attributes attributes)voidMultiplyAction. begin(InterpretationContext ic, java.lang.String name, org.xml.sax.Attributes attributes)voidAddAction. end(InterpretationContext ic, java.lang.String name)voidComputationAction1. end(InterpretationContext ec, java.lang.String name)Children elements have been processed.voidComputationAction2. end(InterpretationContext ec, java.lang.String name)voidLiteralAction. end(InterpretationContext ic, java.lang.String name)voidMultiplyAction. end(InterpretationContext ic, java.lang.String name)(package private) intAddAction. fetchInteger(InterpretationContext ic)Pop the Integer object at the top of the stack.(package private) intMultiplyAction. fetchInteger(InterpretationContext ic)Pop the Integer object at the top of the stack. -
Uses of InterpretationContext in chapters.onJoran.helloWorld
Methods in chapters.onJoran.helloWorld with parameters of type InterpretationContext Modifier and Type Method Description voidHelloWorldAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidHelloWorldAction. end(InterpretationContext ec, java.lang.String name) -
Uses of InterpretationContext in chapters.onJoran.implicit
Methods in chapters.onJoran.implicit with parameters of type InterpretationContext Modifier and Type Method Description voidNOPAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidPrintMeImplicitAction. begin(InterpretationContext ec, java.lang.String name, org.xml.sax.Attributes attributes)voidNOPAction. end(InterpretationContext ec, java.lang.String name)voidPrintMeImplicitAction. end(InterpretationContext ec, java.lang.String name)booleanPrintMeImplicitAction. isApplicable(ElementPath elementPath, org.xml.sax.Attributes attributes, InterpretationContext ec)
-