com.wiris.plugin.configuration
Class TestConfigurationUpdater

java.lang.Object
  extended by com.wiris.plugin.configuration.TestConfigurationUpdater
All Implemented Interfaces:
ConfigurationUpdater

public class TestConfigurationUpdater
extends java.lang.Object
implements ConfigurationUpdater


Constructor Summary
TestConfigurationUpdater()
           
 
Method Summary
 void init()
          Initializes the configuration udpater system.
 void updateConfiguration(java.util.Properties configuration)
          Updates the configuration table with the desired values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestConfigurationUpdater

public TestConfigurationUpdater()
Method Detail

init

public void init()
Description copied from interface: ConfigurationUpdater
Initializes the configuration udpater system. This method is called before any call to other methods.

Specified by:
init in interface ConfigurationUpdater

updateConfiguration

public void updateConfiguration(java.util.Properties configuration)
Description copied from interface: ConfigurationUpdater
Updates the configuration table with the desired values. It is expected to call Properties.setProperty to change the value of any property.

Specified by:
updateConfiguration in interface ConfigurationUpdater
Parameters:
configuration - The configuration table.