|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertySources
Holder containing one or more PropertySource
objects.
Method Summary | |
---|---|
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. |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |