|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigData
Interface for hierarchically managed key-value pairs. The key is always a string which contains any kind of printable character except '/', '=', ':', and whitespace characters like ' ' and '\t'. The value is either a string or a ConfigData object.
This interface will be used by ConfigParameters in accordance
with the Strategy design pattern.
| Method Summary | |
|---|---|
String |
get(String key)
Returns the value associated with this key. |
String |
getFullKey(String key)
Returns the full key. |
ConfigData |
getNode(String key)
Returns the ConfigData object associated with this key. |
| Method Detail |
|---|
String getFullKey(String key)
key - A (relative) key. null is not allowed.
String get(String key)
key - The relative key. null is not allowed.
ConfigData getNode(String key)
key - The relative key. null is not allowed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||