Class PatternResourcePropertySource

java.lang.Object
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<Map<String,Object>>
org.springframework.core.env.MapPropertySource
org.springframework.core.env.PropertiesPropertySource
net.n2oapp.properties.reader.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
     
  • 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 Details

    • PatternResourcePropertySource

      protected PatternResourcePropertySource(String name, String locationPattern)