org.apache.avalon.framework.parameters
Interface Reparameterizable
- All Superinterfaces:
- 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.
- Version:
- $Id: Reparameterizable.java 30977 2004-07-30 08:57:54Z niclas $
- Author:
- Avalon Development Team
reparameterize
public void reparameterize(Parameters parameters)
throws ParameterException
- Provide component with parameters.
- Parameters:
parameters
- the parameters
- Throws:
ParameterException
- if parameters are invalid
Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.