Uses of Class
ch.qos.logback.core.joran.spi.InterpretationContext
Packages that use InterpretationContext
Package
Description
Contains Joran configuration classes.
-
Uses of InterpretationContext in ch.qos.logback.access.joran.action
Methods in ch.qos.logback.access.joran.action with parameters of type InterpretationContextModifier and TypeMethodDescriptionvoidConfigurationAction.begin(InterpretationContext ec, String name, Attributes attributes) voidConfigurationAction.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 InterpretationContextModifier and TypeMethodDescriptionvoidSiftAction.begin(InterpretationContext ic, String name, Attributes attributes) voidSiftAction.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 InterpretationContextModifier and TypeMethodDescriptionvoidConfigurationAction.begin(InterpretationContext ic, String name, Attributes attributes) voidConsolePluginAction.begin(InterpretationContext ec, String name, Attributes attributes) voidContextNameAction.begin(InterpretationContext ec, String name, Attributes attributes) voidInsertFromJNDIAction.begin(InterpretationContext ec, String name, Attributes attributes) voidJMXConfiguratorAction.begin(InterpretationContext ec, String name, Attributes attributes) voidLevelAction.begin(InterpretationContext ec, String name, Attributes attributes) voidLoggerAction.begin(InterpretationContext ec, String name, Attributes attributes) voidLoggerContextListenerAction.begin(InterpretationContext ec, String name, Attributes attributes) voidReceiverAction.begin(InterpretationContext ic, String name, Attributes attributes) voidRootLoggerAction.begin(InterpretationContext ec, String name, Attributes attributes) voidContextNameAction.body(InterpretationContext ec, String body) voidConfigurationAction.end(InterpretationContext ec, String name) voidConsolePluginAction.end(InterpretationContext ec, String name) voidContextNameAction.end(InterpretationContext ec, String name) voidInsertFromJNDIAction.end(InterpretationContext ec, String name) voidJMXConfiguratorAction.end(InterpretationContext ec, String name) voidLevelAction.end(InterpretationContext ec, String e) voidLoggerAction.end(InterpretationContext ec, String e) voidLoggerContextListenerAction.end(InterpretationContext ec, String name) voidReceiverAction.end(InterpretationContext ic, String name) voidRootLoggerAction.end(InterpretationContext ec, String name) voidLevelAction.finish(InterpretationContext ec) voidLoggerAction.finish(InterpretationContext ec) voidRootLoggerAction.finish(InterpretationContext ec) (package private) voidConfigurationAction.processScanAttrib(InterpretationContext ic, Attributes attributes) -
Uses of InterpretationContext in ch.qos.logback.classic.sift
Methods in ch.qos.logback.classic.sift with parameters of type InterpretationContextModifier and TypeMethodDescriptionvoidSiftAction.begin(InterpretationContext ic, String name, Attributes attributes) voidSiftAction.end(InterpretationContext ic, String name) -
Uses of InterpretationContext in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran that return InterpretationContext -
Uses of InterpretationContext in ch.qos.logback.core.joran.action
Methods in ch.qos.logback.core.joran.action with parameters of type InterpretationContextModifier and TypeMethodDescriptionvoidAbstractEventEvaluatorAction.begin(InterpretationContext ec, String name, Attributes attributes) Instantiates an evaluator of the given class and sets its name.abstract voidAction.begin(InterpretationContext ic, String name, Attributes attributes) Called when the parser encounters an element matching aPattern.voidAppenderAction.begin(InterpretationContext ec, String localName, Attributes attributes) Instantiates an appender of the given class and sets its name.voidAppenderRefAction.begin(InterpretationContext ec, String tagName, Attributes attributes) voidContextPropertyAction.begin(InterpretationContext ec, String name, Attributes attributes) voidConversionRuleAction.begin(InterpretationContext ec, String localName, Attributes attributes) Instantiates an layout of the given class and sets its name.voidDefinePropertyAction.begin(InterpretationContext ec, String localName, Attributes attributes) voidIncludeAction.begin(InterpretationContext ec, String name, Attributes attributes) voidNestedBasicPropertyIA.begin(InterpretationContext ec, String localName, Attributes attributes) voidNestedComplexPropertyIA.begin(InterpretationContext ec, String localName, Attributes attributes) voidNewRuleAction.begin(InterpretationContext ec, String localName, Attributes attributes) Instantiates an layout of the given class and sets its name.voidNOPAction.begin(InterpretationContext ec, String name, Attributes attributes) voidParamAction.begin(InterpretationContext ec, String localName, Attributes attributes) voidPropertyAction.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.voidShutdownHookAction.begin(InterpretationContext ic, String name, Attributes attributes) Instantiates a shutdown hook of the given class and sets its name.voidStatusListenerAction.begin(InterpretationContext ec, String name, Attributes attributes) voidTimestampAction.begin(InterpretationContext ec, String name, Attributes attributes) voidAction.body(InterpretationContext ic, String body) Called to pass the body (as text) contained within an element.voidNestedBasicPropertyIA.body(InterpretationContext ec, String body) voidAbstractEventEvaluatorAction.end(InterpretationContext ec, String e) Once the children elements are also parsed, now is the time to activate the evaluator options.abstract voidAction.end(InterpretationContext ic, String name) voidAppenderAction.end(InterpretationContext ec, String name) Once the children elements are also parsed, now is the time to activate the appender options.voidAppenderRefAction.end(InterpretationContext ec, String n) voidContextPropertyAction.end(InterpretationContext ec, String name) voidConversionRuleAction.end(InterpretationContext ec, String n) Once the children elements are also parsed, now is the time to activate the appender options.voidDefinePropertyAction.end(InterpretationContext ec, String name) Now property definer is initialized by all properties and we can put property value to contextvoidIncludeAction.end(InterpretationContext ec, String name) voidNestedBasicPropertyIA.end(InterpretationContext ec, String tagName) voidNestedComplexPropertyIA.end(InterpretationContext ec, String tagName) voidNewRuleAction.end(InterpretationContext ec, String n) Once the children elements are also parsed, now is the time to activate the appender options.voidNOPAction.end(InterpretationContext ec, String name) voidParamAction.end(InterpretationContext ec, String localName) voidPropertyAction.end(InterpretationContext ec, String name) voidShutdownHookAction.end(InterpretationContext ic, String name) Once the children elements are also parsed, now is the time to activate the shutdown hook options.voidStatusListenerAction.end(InterpretationContext ec, String e) voidTimestampAction.end(InterpretationContext ec, 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) InputStreamIncludeAction.getInputStream(InterpretationContext ec, Attributes attributes) (package private) URLIncludeAction.getInputURL(InterpretationContext ec, Attributes attributes) protected StringAction.getLineColStr(InterpretationContext ic) protected intAction.getLineNumber(InterpretationContext ic) abstract booleanImplicitAction.isApplicable(ElementPath currentElementPath, Attributes attributes, InterpretationContext ec) Check whether this implicit action is appropriate in the current context.booleanNestedBasicPropertyIA.isApplicable(ElementPath elementPath, Attributes attributes, InterpretationContext ec) booleanNestedComplexPropertyIA.isApplicable(ElementPath elementPath, Attributes attributes, InterpretationContext ic) (package private) voidPropertyAction.loadAndSetProperties(InterpretationContext ec, InputStream istream, ActionUtil.Scope scope) static voidActionUtil.setProperties(InterpretationContext ic, Properties props, ActionUtil.Scope scope) Add all the properties found in the argument named 'props' to an InterpretationContext.static voidActionUtil.setProperty(InterpretationContext ic, String key, 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 InterpretationContextModifier and TypeMethodDescriptionvoidIfAction.begin(InterpretationContext ic, String name, Attributes attributes) voidThenOrElseActionBase.begin(InterpretationContext ic, String name, Attributes attributes) voidIfAction.end(InterpretationContext ic, String name) voidThenOrElseActionBase.end(InterpretationContext ic, 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 InterpretationContextModifier and TypeFieldDescriptionprivate final InterpretationContextInterpreter.interpretationContextMethods in ch.qos.logback.core.joran.spi that return InterpretationContextModifier and TypeMethodDescriptionInterpreter.getExecutionContext()Deprecated.Interpreter.getInterpretationContext()Methods in ch.qos.logback.core.joran.spi with parameters of type InterpretationContextModifier and TypeMethodDescriptionInterpreter.lookupImplicitAction(ElementPath elementPath, 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 InterpretationContextModifier and TypeMethodDescriptionvoidAddAction.begin(InterpretationContext ic, String name, Attributes attributes) voidComputationAction1.begin(InterpretationContext ec, String name, Attributes attributes) Store the value of the name attribute for future use.voidComputationAction2.begin(InterpretationContext ec, String name, Attributes attributes) voidLiteralAction.begin(InterpretationContext ic, String name, Attributes attributes) voidMultiplyAction.begin(InterpretationContext ic, String name, Attributes attributes) voidAddAction.end(InterpretationContext ic, String name) voidComputationAction1.end(InterpretationContext ec, String name) Children elements have been processed.voidComputationAction2.end(InterpretationContext ec, String name) voidLiteralAction.end(InterpretationContext ic, String name) voidMultiplyAction.end(InterpretationContext ic, 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 InterpretationContextModifier and TypeMethodDescriptionvoidHelloWorldAction.begin(InterpretationContext ec, String name, Attributes attributes) voidHelloWorldAction.end(InterpretationContext ec, String name) -
Uses of InterpretationContext in chapters.onJoran.implicit
Methods in chapters.onJoran.implicit with parameters of type InterpretationContextModifier and TypeMethodDescriptionvoidNOPAction.begin(InterpretationContext ec, String name, Attributes attributes) voidPrintMeImplicitAction.begin(InterpretationContext ec, String name, Attributes attributes) voidNOPAction.end(InterpretationContext ec, String name) voidPrintMeImplicitAction.end(InterpretationContext ec, String name) booleanPrintMeImplicitAction.isApplicable(ElementPath elementPath, Attributes attributes, InterpretationContext ec)
Interpreter.getInterpretationContext()