org.apache.avalon.framework.parameters
Interface Reparameterizable
- Parameterizable
public interface Reparameterizable
extends Parameterizable
Components should implement this interface if they wish to
be provided with parameters during its lifetime. This interface
will be called after Startable.start() and before
Startable.stop(). It is incompatible with the
Reconfigurable interface.
CVS $Revision: 1.13 $ $Date: 2004/02/11 14:34:25 $ void | reparameterize(Parameters parameters) - Provide component with parameters.
|
reparameterize
public void reparameterize(Parameters parameters)
throws ParameterException
Provide component with parameters.
parameters
- the parameters