org.jcontainer.dna
Interface Parameterizable


public interface Parameterizable

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

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

Method Summary
 void parameterize(Parameters parameters)
          Supply the component with configuration data in form of a Parameters object.
 

Method Detail

parameterize

public void parameterize(Parameters parameters)
                  throws ParameterException
Supply the component with configuration data in form of a Parameters object.

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


Copyright © 2003 Codehaus. All Rights Reserved.