Interface ConfigurationAware

All Known Implementing Classes:
AbstractConfigurationAwareLookup, ConfigurationStrSubstitutor, Interpolator, Log4jLookup, RuntimeStrSubstitutor, StrSubstitutor

public interface ConfigurationAware
Indicates that a class requests the current Configuration to be injected.
Since:
2.6
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Injects the current Configuration into this object.
  • Method Details

    • setConfiguration

      void setConfiguration(Configuration configuration)
      Injects the current Configuration into this object.
      Parameters:
      configuration - the current Configuration