Class ConfigurationPropertySource
java.lang.Object
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<Configuration>
org.apache.commons.configuration2.spring.ConfigurationPropertySource
Allow use of Apache Commons Configuration Objects as Spring PropertySources
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource
PropertySource.StubPropertySource
-
Field Summary
Fields inherited from class org.springframework.core.env.PropertySource
logger, name, source
-
Constructor Summary
ModifierConstructorDescriptionprotected
ConfigurationPropertySource
(String name, Configuration source) -
Method Summary
Methods inherited from class org.springframework.core.env.EnumerablePropertySource
containsProperty
-
Constructor Details
-
ConfigurationPropertySource
-
ConfigurationPropertySource
-
-
Method Details
-
getProperty
- Specified by:
getProperty
in classPropertySource<Configuration>
-
getPropertyNames
- Specified by:
getPropertyNames
in classEnumerablePropertySource<Configuration>
-