Class PropertiesLookup.ConfigurationPropertyResult
java.lang.Object
org.apache.logging.log4j.core.lookup.PropertiesLookup.ConfigurationPropertyResult
- All Implemented Interfaces:
LookupResult
- Enclosing class:
- PropertiesLookup
private static final class PropertiesLookup.ConfigurationPropertyResult
extends Object
implements LookupResult
-
Field Details
-
value
-
-
Constructor Details
-
ConfigurationPropertyResult
ConfigurationPropertyResult(String value)
-
-
Method Details
-
value
Description copied from interface:LookupResult
Value of the lookup result. Never null.- Specified by:
value
in interfaceLookupResult
-
isLookupEvaluationAllowedInValue
public boolean isLookupEvaluationAllowedInValue()Properties are a special case in which lookups contained within the properties map are allowed for recursive evaluation.- Specified by:
isLookupEvaluationAllowedInValue
in interfaceLookupResult
-
toString
-