public interface PropertySources extends Iterable<PropertySource<?>>
PropertySource
objects.Modifier and Type | Method and Description |
---|---|
boolean |
contains(String name)
Return whether a property source with the given name is contained.
|
PropertySource<?> |
get(String name)
Return the property source with the given name,
null if not found. |
forEach, iterator, spliterator
boolean contains(String name)
name
- the name of the property source to findPropertySource<?> get(String name)
null
if not found.name
- the name of the property source to find