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