org.codehaus.dna
Interface Configurable
- public interface Configurable
The component implements this interface if it wishes
to be supplied with hierarchial configuration data.
- Version:
- $Revision: 1.2 $ $Date: 2004/05/01 09:51:48 $
Method Summary |
void |
configure(Configuration configuration)
Supply the component with configuration data in form
of a Configuration object. |
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-2004 Codehaus. All Rights Reserved.