com.ls.util.objectcontrol
Interface IConfigurable


public interface IConfigurable

declares an instance to be able to be configured at runtime

Version:
$Revision: 1.1 $
Author:
Last modified by $Author: TBerk $
See Also:
ConfigurationException

Method Summary
 void configure(Map configuration)
          configures the implementing class
 

Method Detail

configure

public void configure(Map configuration)
               throws ConfigurationException
configures the implementing class
Parameters:
configuration - parameters for configuration (key/value pairs depend on the implementing class)
Throws:
ConfigurationException - If the configuration of this object fails (e.g. due to a missing or wrong parameter)