org.apache.avalon.framework.parameters
Interface Parameterizable

All Known Subinterfaces:
Reparameterizable

public interface Parameterizable

Components should implement this interface if they wish to be provided with parameters during startup. This interface will be called after Composable.compose() and before Initializable.initialize(). It is incompatible with the Configurable interface.

Author:
Peter Donald

Method Summary
 void parameterize(Parameters parameters)
          Provide component with parameters.
 

Method Detail

parameterize

public void parameterize(Parameters parameters)
                  throws ParameterException
Provide component with parameters.
Parameters:
parameters - the parameters
Throws:
ParameterException - if parameters are invalid


"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."