Class ConfigurationPropertySource


  • public class ConfigurationPropertySource
    extends org.springframework.core.env.EnumerablePropertySource<Configuration>
    Allow use of Apache Commons Configuration Objects as Spring PropertySources
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource

        org.springframework.core.env.PropertySource.StubPropertySource
    • Field Summary

      • Fields inherited from class org.springframework.core.env.PropertySource

        logger, name, source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getProperty​(java.lang.String name)  
      java.lang.String[] getPropertyNames()  
      • Methods inherited from class org.springframework.core.env.EnumerablePropertySource

        containsProperty
      • Methods inherited from class org.springframework.core.env.PropertySource

        equals, getName, getSource, hashCode, named, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConfigurationPropertySource

        public ConfigurationPropertySource​(java.lang.String name,
                                           Configuration source)
      • ConfigurationPropertySource

        protected ConfigurationPropertySource​(java.lang.String name)
    • Method Detail

      • getPropertyNames

        public java.lang.String[] getPropertyNames()
        Specified by:
        getPropertyNames in class org.springframework.core.env.EnumerablePropertySource<Configuration>
      • getProperty

        public java.lang.Object getProperty​(java.lang.String name)
        Specified by:
        getProperty in class org.springframework.core.env.PropertySource<Configuration>