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 TypeMethodDescriptionvoid
setConfiguration
(Configuration configuration) Injects the current Configuration into this object.
-
Method Details
-
setConfiguration
Injects the current Configuration into this object.- Parameters:
configuration
- the current Configuration
-