org.pfsw.bif.configuration
Interface IConfigurable


public interface IConfigurable

Defines a generic configuration method based on string key/value pairs.


Method Summary
 void configure(IConfigSettings settings)
          Configure the receiver with the provided settings.
 

Method Detail

configure

void configure(IConfigSettings settings)
               throws ConfigurationException
Configure the receiver with the provided settings.

Parameters:
settings - Contains the configuration data as key/value string pairs (must not be null).
Throws:
ConfigurationException - in any case of invalid settings or other initialization failure.