public interface ConfigData
This interface will be used by ConfigParameters
in accordance
with the Strategy design pattern.
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2015. All Rights Reserved.