org.jcontainer.dna
Interface Configurable


public interface Configurable

The component implements this interface if it wishes to be supplied with hierarchial configuration data.

Version:
$Revision: 1.4 $ $Date: 2003/09/23 08:10:14 $

Method Summary
 void configure(Configuration configuration)
          Supply the component with configuration data in form of a Configuration object.
 

Method Detail

configure

public void configure(Configuration configuration)
               throws ConfigurationException
Supply the component with configuration data in form of a Configuration object.

Parameters:
configuration - the Configuration object
Throws:
ConfigurationException - if the configuration data specifies invalid configuration data or fails to match the expected schema.


Copyright © 2003 Codehaus. All Rights Reserved.