| org.springframework.core.env.PropertySources |
Known Indirect Subclasses
|
Holder containing one or more PropertySource objects.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return whether a property source with the given name is contained.
| |||||||||||
Return the property source with the given name,
null if not found. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.Iterable
| |||||||||||
Return whether a property source with the given name is contained.
| name | the name of the property source to find
|
|---|
Return the property source with the given name, null if not found.
| name | the name of the property source to find
|
|---|