Class PropertyWrapperForScripts
- java.lang.Object
-
- ch.qos.logback.core.joran.conditional.PropertyWrapperForScripts
-
@Deprecated(since="2022-01-27") public class PropertyWrapperForScripts extends java.lang.ObjectDeprecated.
-
-
Constructor Summary
Constructors Constructor Description PropertyWrapperForScripts()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanisDefined(java.lang.String k)Deprecated.booleanisNull(java.lang.String k)Deprecated.java.lang.Stringp(java.lang.String k)Deprecated.java.lang.Stringproperty(java.lang.String k)Deprecated.voidsetPropertyContainers(PropertyContainer local, PropertyContainer context)Deprecated.
-
-
-
Method Detail
-
setPropertyContainers
public void setPropertyContainers(PropertyContainer local, PropertyContainer context)
Deprecated.
-
isNull
public boolean isNull(java.lang.String k)
Deprecated.
-
isDefined
public boolean isDefined(java.lang.String k)
Deprecated.
-
p
public java.lang.String p(java.lang.String k)
Deprecated.
-
property
public java.lang.String property(java.lang.String k)
Deprecated.
-
-