Example usage for Java org.springframework.core.env CompositePropertySource fields, constructors, methods, implement or subclass
The text is from its open source code.
CompositePropertySource(String name) Create a new CompositePropertySource . |
void | addFirstPropertySource(PropertySource> propertySource) Add the given PropertySource to the start of the chain. |
void | addPropertySource(PropertySource> propertySource) Add the given PropertySource to the end of the chain. |
Collection | getPropertySources() Return all property sources that this composite source holds. |