Class PropertiesLookup.ContextPropertyResult
- java.lang.Object
-
- org.apache.logging.log4j.core.lookup.PropertiesLookup.ContextPropertyResult
-
- All Implemented Interfaces:
LookupResult
- Enclosing class:
- PropertiesLookup
private static final class PropertiesLookup.ContextPropertyResult extends java.lang.Object implements LookupResult
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description ContextPropertyResult(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLookupEvaluationAllowedInValue()Unlike configuration properties, context properties are not built around lookup syntax.java.lang.StringtoString()java.lang.Stringvalue()Value of the lookup result.
-
-
-
Method Detail
-
value
public java.lang.String value()
Description copied from interface:LookupResultValue of the lookup result. Never null.- Specified by:
valuein interfaceLookupResult
-
isLookupEvaluationAllowedInValue
public boolean isLookupEvaluationAllowedInValue()
Unlike configuration properties, context properties are not built around lookup syntax.- Specified by:
isLookupEvaluationAllowedInValuein interfaceLookupResult
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-