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.Actionobjects depend on this context to exchange and store information.
-
-
Constructor Summary
Constructors Constructor Description InterpretationContext(Context context, Interpreter joranInterpreter)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddInPlayListener(InPlayListener ipl)Deprecated.voidaddSubstitutionProperties(Properties props)Deprecated.voidaddSubstitutionProperty(String key, String value)Deprecated.Add a property to the properties of this execution context.Map<String,String>getCopyOfPropertyMap()Deprecated.DefaultNestedComponentRegistrygetDefaultNestedComponentRegistry()Deprecated.InterpretergetJoranInterpreter()Deprecated.LocatorgetLocator()Deprecated.ObjectgetObject(int i)Deprecated.Map<String,Object>getObjectMap()Deprecated.Stack<Object>getObjectStack()Deprecated.StringgetProperty(String key)Deprecated.If a key is found in propertiesMap then return it.booleanisEmpty()Deprecated.booleanisListenerListEmpty()Deprecated.ObjectpeekObject()Deprecated.ObjectpopObject()Deprecated.voidpushObject(Object o)Deprecated.booleanremoveInPlayListener(InPlayListener ipl)Deprecated.Stringsubst(String value)Deprecated.-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
-
-
-
Constructor Detail
-
InterpretationContext
public InterpretationContext(Context context, Interpreter joranInterpreter)
Deprecated.
-
-
Method Detail
-
getDefaultNestedComponentRegistry
public DefaultNestedComponentRegistry getDefaultNestedComponentRegistry()
Deprecated.
-
getCopyOfPropertyMap
public Map<String,String> getCopyOfPropertyMap()
Deprecated.- Specified by:
getCopyOfPropertyMapin interfacePropertyContainer
-
getLocator
public Locator getLocator()
Deprecated.
-
getJoranInterpreter
public Interpreter getJoranInterpreter()
Deprecated.
-
isEmpty
public boolean isEmpty()
Deprecated.
-
peekObject
public Object peekObject()
Deprecated.
-
pushObject
public void pushObject(Object o)
Deprecated.
-
popObject
public Object popObject()
Deprecated.
-
getObject
public Object getObject(int i)
Deprecated.
-
addSubstitutionProperty
public void addSubstitutionProperty(String key, String value)
Deprecated.Add a property to the properties of this execution context. If the property exists already, it is overwritten.
-
addSubstitutionProperties
public void addSubstitutionProperties(Properties props)
Deprecated.
-
getProperty
public String getProperty(String key)
Deprecated.If a key is found in propertiesMap then return it. Otherwise, delegate to the context.- Specified by:
getPropertyin interfacePropertyContainer
-
isListenerListEmpty
public boolean isListenerListEmpty()
Deprecated.
-
addInPlayListener
public void addInPlayListener(InPlayListener ipl)
Deprecated.
-
removeInPlayListener
public boolean removeInPlayListener(InPlayListener ipl)
Deprecated.
-
-