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.core.joran
Methods in ch.qos.logback.core.joran that return InterpretationContextMethods in ch.qos.logback.core.joran with parameters of type InterpretationContextModifier and TypeMethodDescriptionprotected DefaultProcessorGenericConfigurator.buildDefaultProcessor(Context context, InterpretationContext interpretationContext) protected DefaultProcessorJoranConfiguratorBase.buildDefaultProcessor(Context context, InterpretationContext interpretationContext) voidParamModelHandler.handle(InterpretationContext intercon, Model model) static ModelHandlerBaseParamModelHandler.makeInstance(Context context, InterpretationContext ic) -
Uses of InterpretationContext in ch.qos.logback.core.joran.action
Methods in ch.qos.logback.core.joran.action with parameters of type InterpretationContextModifier and TypeMethodDescriptionprotected StringAction.atLine(InterpretationContext intercon) abstract voidAction.begin(InterpretationContext intercon, String name, Attributes attributes) Called when the parser encounters an element matching aPattern.voidBaseModelAction.begin(InterpretationContext intercon, String name, 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.voidImplicitModelAction.begin(InterpretationContext interpretationContext, String name, 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) voidSequenceNumberGeneratorAction.begin(InterpretationContext ic, String name, Attributes attributes) Instantiates a shutdown hook of the given class and sets its name.voidAction.body(InterpretationContext intercon, String body) Called to pass the body (as text) contained within an element.voidBaseModelAction.body(InterpretationContext ec, String body) voidImplicitModelAction.body(InterpretationContext ec, String body) protected ModelAppenderAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelAppenderRefAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected abstract ModelBaseModelAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelDefinePropertyAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelEventEvaluatorAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelIncludeModelAction.buildCurrentModel(InterpretationContext intercon, String name, Attributes attributes) protected ModelParamAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelPropertyAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelShutdownHookAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelStatusListenerAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelTimestampAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) abstract voidAction.end(InterpretationContext intercon, String name) voidBaseModelAction.end(InterpretationContext interpretationContext, String name) 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.voidImplicitModelAction.end(InterpretationContext interpretationContext, String name) 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) voidSequenceNumberGeneratorAction.end(InterpretationContext ic, String name) Once the children elements are also parsed, now is the time to activate the shutdown hook options.voidConversionRuleAction.finish(InterpretationContext ec) voidNewRuleAction.finish(InterpretationContext ec) protected intAction.getColumnNumber(InterpretationContext intercon) protected StringAction.getLineColStr(InterpretationContext intercon) static intAction.getLineNumber(InterpretationContext intercon) protected StringAction.nearLine(InterpretationContext intercon) 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) protected booleanAppenderAction.validPreconditions(InterpretationContext ic, String name, Attributes attributes) protected booleanAppenderRefAction.validPreconditions(InterpretationContext intercon, String name, Attributes attributes) protected booleanBaseModelAction.validPreconditions(InterpretationContext intercon, String name, Attributes attributes) Validate preconditions of this action.protected booleanDefinePropertyAction.validPreconditions(InterpretationContext ic, String name, Attributes attributes) protected booleanEventEvaluatorAction.validPreconditions(InterpretationContext intercon, String name, Attributes attributes) protected booleanIncludeModelAction.validPreconditions(InterpretationContext intercon, String name, Attributes attributes) protected booleanParamAction.validPreconditions(InterpretationContext intercon, String name, Attributes attributes) protected booleanPropertyAction.validPreconditions(InterpretationContext interpretationContext, String localName, Attributes attributes) protected booleanShutdownHookAction.validPreconditions(InterpretationContext interpretationContext, String name, Attributes attributes) protected booleanStatusListenerAction.validPreconditions(InterpretationContext interpretationContext, String name, Attributes attributes) protected booleanTimestampAction.validPreconditions(InterpretationContext interpretationContext, String name, Attributes attributes) Constructors in ch.qos.logback.core.joran.action with parameters of type InterpretationContextModifierConstructorDescriptionPreconditionValidator(ContextAware origin, InterpretationContext intercon, String name, Attributes attributes) -
Uses of InterpretationContext in ch.qos.logback.core.joran.spi
Methods in ch.qos.logback.core.joran.spi that return InterpretationContext -
Uses of InterpretationContext in ch.qos.logback.core.model
Methods in ch.qos.logback.core.model with parameters of type InterpretationContextModifier and TypeMethodDescriptionModelFactoryMethod.make(Context context, InterpretationContext ic) -
Uses of InterpretationContext in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor with parameters of type InterpretationContextModifier and TypeMethodDescriptionvoidImplicitModelHandler.doComplex(InterpretationContext interpretationContext, ComponentModel componentModel, ImplicitActionDataForComplexProperty actionData) voidAppenderModelHandler.handle(InterpretationContext interpContext, Model model) voidAppenderRefDependencyAnalyser.handle(InterpretationContext interpContext, Model model) voidAppenderRefModelHandler.handle(InterpretationContext interpContext, Model model) voidDefineModelHandler.handle(InterpretationContext interpretationContext, Model model) voidEventEvaluatorModelHandler.handle(InterpretationContext intercon, Model model) voidImplicitModelHandler.handle(InterpretationContext intercon, Model model) voidIncludeModelHandler.handle(InterpretationContext intercon, Model model) abstract voidModelHandlerBase.handle(InterpretationContext intercon, Model model) voidPropertyModelHandler.handle(InterpretationContext interpretationContext, Model model) voidRefContainerDependencyAnalyser.handle(InterpretationContext intercon, Model model) voidShutdownHookModelHandler.handle(InterpretationContext interpretationContext, Model model) voidStatusListenerModelHandler.handle(InterpretationContext ic, Model model) voidTimestampModelHandler.handle(InterpretationContext interpretationContext, Model model) static ModelHandlerBaseAppenderModelHandler.makeInstance(Context context, InterpretationContext ic) static ModelHandlerBaseAppenderRefModelHandler.makeInstance(Context context, InterpretationContext ic) static DefineModelHandlerDefineModelHandler.makeInstance(Context context, InterpretationContext ic) static ModelHandlerBaseEventEvaluatorModelHandler.makeInstance(Context context, InterpretationContext ic) static ImplicitModelHandlerImplicitModelHandler.makeInstance(Context context, InterpretationContext ic) static ModelHandlerBaseIncludeModelHandler.makeInstance(Context context, InterpretationContext ic) static ModelHandlerBasePropertyModelHandler.makeInstance(Context context, InterpretationContext ic) static ModelHandlerBaseShutdownHookModelHandler.makeInstance(Context context, InterpretationContext ic) static ModelHandlerBaseStatusListenerModelHandler.makeInstance(Context context, InterpretationContext ic) static ModelHandlerBaseTimestampModelHandler.makeInstance(Context context, InterpretationContext ic) voidAppenderModelHandler.postHandle(InterpretationContext interpContext, Model model) voidDefineModelHandler.postHandle(InterpretationContext interpretationContext, Model model) Now property definer is initialized by all properties and we can put property value to contextvoidEventEvaluatorModelHandler.postHandle(InterpretationContext intercon, Model model) voidImplicitModelHandler.postHandle(InterpretationContext intercon, Model model) voidModelHandlerBase.postHandle(InterpretationContext intercon, Model model) voidRefContainerDependencyAnalyser.postHandle(InterpretationContext intercon, Model model) voidStatusListenerModelHandler.postHandle(InterpretationContext ic, Model m) Constructors in ch.qos.logback.core.model.processor with parameters of type InterpretationContextModifierConstructorDescriptionDefaultProcessor(Context context, InterpretationContext interpretationContext)