Interface ConfigurationAware
-
- All Known Implementing Classes:
AbstractConfigurationAwareLookup
,Interpolator
,Log4jLookup
,StrSubstitutor
public interface ConfigurationAware
Indicates that a class requests the current Configuration to be injected.- Since:
- 2.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setConfiguration(Configuration configuration)
Injects the current Configuration into this object.
-
-
-
Method Detail
-
setConfiguration
void setConfiguration(Configuration configuration)
Injects the current Configuration into this object.- Parameters:
configuration
- the current Configuration
-
-