com.wiris.plugin.configuration
Interface ConfigurationUpdater

All Known Subinterfaces:
ConfigurationUpdater2
All Known Implementing Classes:
ParameterServletConfigurationUpdater, TestConfigurationUpdater

public interface ConfigurationUpdater


Method Summary
 void init()
          Initializes the configuration udpater system.
 void updateConfiguration(java.util.Properties configuration)
          Updates the configuration table with the desired values.
 

Method Detail

init

void init()
Initializes the configuration udpater system. This method is called before any call to other methods.


updateConfiguration

void updateConfiguration(java.util.Properties configuration)
Updates the configuration table with the desired values. It is expected to call Properties.setProperty to change the value of any property.

Parameters:
configuration - The configuration table.