|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A map that maps string keys to string values.
Method Summary | |
Map |
getString()
Returns the StringMap as a java.util.Map. |
String |
getString(String key)
Returns the string value associated with the supplied key. |
void |
setString(Map map)
Sets the StringMap using the supplied java.util.Map. |
void |
setString(String key,
String value)
Sets the value associated supplied key. |
Methods inherited from interface org.sape.carbon.core.config.Configuration |
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly |
Method Detail |
public Map getString()
public String getString(String key)
key
-
public void setString(String key, String value)
key
- value
- public void setString(Map map)
map
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |