org.pfsw.bif.configuration
Interface IConfigurableByMap<K,V>


public interface IConfigurableByMap<K,V>

Defines a generic configuration method based on a Map.


Method Summary
 void configure(java.util.Map<K,V> configuration)
          Configure the receiver with the data provided by the given map
 

Method Detail

configure

void configure(java.util.Map<K,V> configuration)
Configure the receiver with the data provided by the given map

Parameters:
configuration - Contains the configuration data as key/value pairs