org.jboss.util.property
Interface Configurable


public interface Configurable

An interface that allows for dynamic configuration of instance objects with properties.


Method Summary
 void configure(PropertyMap (src)  props)
          Configure this object with the given properties.
 

Method Detail

configure

public void configure(PropertyMap (src)  props)
Configure this object with the given properties.

Parameters:
props - Properties to configure from.