Java org.springframework.core.env CompositePropertySource fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core.env CompositePropertySource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core.env CompositePropertySource.

The text is from its open source code.

Constructor

CompositePropertySource(String name)
Create a new CompositePropertySource .

Method

voidaddFirstPropertySource(PropertySource propertySource)
Add the given PropertySource to the start of the chain.
voidaddPropertySource(PropertySource propertySource)
Add the given PropertySource to the end of the chain.
Collection>getPropertySources()
Return all property sources that this composite source holds.