com.shimari.framework
Class ConfigUpdater

java.lang.Object
  extended bycom.shimari.framework.ConfigUpdater

public class ConfigUpdater
extends java.lang.Object

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

ConfigUpdater

public ConfigUpdater(java.util.Map properties)
Method Detail

setProperty

public void setProperty(java.lang.String key,
                        java.lang.String value)