|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Config
Definition of a object that represents the results of a lookup.
| Method Summary | |
|---|---|
ConfigElement |
getConfigElement(String name)
Returns the config element with the given name, if there is more than one with the given name the first one added is returned. |
Map<String,ConfigElement> |
getConfigElements()
Returns all the config elements |
String |
getConfigElementValue(String name)
Shortcut method to get the config element with the given name and return its value. |
boolean |
hasConfigElement(String name)
Determines whether the given config element exists |
| Method Detail |
|---|
ConfigElement getConfigElement(String name)
name - Name of the config element to retrieve
String getConfigElementValue(String name)
name - Name of the config element value to retrieve
Map<String,ConfigElement> getConfigElements()
boolean hasConfigElement(String name)
name - The name of the config element to look for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||