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 java.lang.Object implements LookupResult
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
value
-
Constructor Summary
Constructors Constructor Description ConfigurationPropertyResult(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isLookupEvaluationAllowedInValue()
Properties are a special case in which lookups contained within the properties map are allowed for recursive evaluation.java.lang.String
toString()
java.lang.String
value()
Value of the lookup result.
-
-
-
Method Detail
-
value
public java.lang.String 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
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-