org.apache.avalon.framework.parameters
public interface Parameterizable
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()
.
Version: CVS $Revision: 1.16 $ $Date: 2003/02/11 15:58:41 $
Method Summary | |
---|---|
void | parameterize(Parameters parameters)
Provide component with parameters.
|
Parameters: parameters the parameters. Must not be null
.
Throws: ParameterException if parameters are invalid