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

      private final String value
  • Constructor Details

    • ConfigurationPropertyResult

      ConfigurationPropertyResult(String value)
  • Method Details

    • value

      public String value()
      Description copied from interface: LookupResult
      Value of the lookup result. Never null.
      Specified by:
      value in interface LookupResult
    • 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 interface LookupResult
    • toString

      public String toString()
      Overrides:
      toString in class Object