org.apache.avalon.framework.parameters
Interface Parameterizable
public interface Parameterizable
Components should implement this interface if they wish to
be provided with parameters during startup.
The Parameterizable interface is a light-weight alternative to the
Configurable
interface. As such, the
Parameterizable interface and
the
Configurable interface are
not
compatible.
This interface will be called after
Composable.compose() and before
Initializable.initialize().
CVS $Revision: 1.18 $ $Date: 2004/02/11 14:34:25 $ void | parameterize(Parameters parameters)- Provide component with parameters.
|
parameterize
public void parameterize(Parameters parameters)
throws ParameterException Provide component with parameters.
parameters - the parameters. Must not be null.