Class PatternResourcePropertySource


  • public class PatternResourcePropertySource
    extends org.springframework.core.env.PropertiesPropertySource
    Search resources by pattern
    • 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
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PatternResourcePropertySource​(java.lang.String name, java.lang.String locationPattern)  
    • Method Summary

      • Methods inherited from class org.springframework.core.env.PropertiesPropertySource

        getPropertyNames
      • Methods inherited from class org.springframework.core.env.MapPropertySource

        containsProperty, getProperty
      • 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

      • PatternResourcePropertySource

        protected PatternResourcePropertySource​(java.lang.String name,
                                                java.lang.String locationPattern)