|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.shimari.framework.ConfigUpdater
The properties in a Config are generally unmodifiable. This object provides an interface by which they can be updated. It accepts arguments of String time only so as to guarantee the semantics of the Config's data.
| Constructor Summary | |
ConfigUpdater(java.util.Map properties)
|
|
| Method Summary | |
void |
setProperty(java.lang.String key,
java.lang.String value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConfigUpdater(java.util.Map properties)
| Method Detail |
public void setProperty(java.lang.String key,
java.lang.String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||