Package ch.qos.logback.core.joran.spi
Class InterpretationContext
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.spi.InterpretationContext
- All Implemented Interfaces:
ContextAware,PropertyContainer
@Deprecated(since="2022-01-27")
public class InterpretationContext
extends ContextAwareBase
implements PropertyContainer
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
An InterpretationContext contains the contextual state of a Joran parsing
session.
Action objects depend on this context to exchange and store
information.-
Constructor Summary
ConstructorsConstructorDescriptionInterpretationContext(Context context, Interpreter joranInterpreter) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidDeprecated.voidaddSubstitutionProperty(String key, String value) Deprecated.Add a property to the properties of this execution context.Deprecated.Deprecated.Deprecated.Deprecated.getObject(int i) Deprecated.Deprecated.Deprecated.getProperty(String key) Deprecated.If a key is found in propertiesMap then return it.booleanisEmpty()Deprecated.booleanDeprecated.Deprecated.Deprecated.voidpushObject(Object o) Deprecated.booleanDeprecated.Deprecated.Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Constructor Details
-
InterpretationContext
Deprecated.
-
-
Method Details
-
getDefaultNestedComponentRegistry
Deprecated. -
getCopyOfPropertyMap
Deprecated.- Specified by:
getCopyOfPropertyMapin interfacePropertyContainer
-
getLocator
Deprecated. -
getJoranInterpreter
Deprecated. -
getObjectStack
Deprecated. -
isEmpty
public boolean isEmpty()Deprecated. -
peekObject
Deprecated. -
pushObject
Deprecated. -
popObject
Deprecated. -
getObject
Deprecated. -
getObjectMap
Deprecated. -
addSubstitutionProperty
Deprecated.Add a property to the properties of this execution context. If the property exists already, it is overwritten. -
addSubstitutionProperties
Deprecated. -
getProperty
Deprecated.If a key is found in propertiesMap then return it. Otherwise, delegate to the context.- Specified by:
getPropertyin interfacePropertyContainer
-
subst
Deprecated. -
isListenerListEmpty
public boolean isListenerListEmpty()Deprecated. -
addInPlayListener
Deprecated. -
removeInPlayListener
Deprecated.
-