Package org.apache.avalon.framework.parameters
Interfaces supporting the supply of flat configuration information.
-
Interface Summary Interface Description Parameterizable Components should implement this interface if they wish to be provided with parameters during startup.Reparameterizable Components should implement this interface if they wish to be provided with parameters during its lifetime. -
Class Summary Class Description Parameters TheParametersclass represents a set of key-value pairs. -
Exception Summary Exception Description ParameterException Thrown when aParameterizablecomponent cannot be parameterized properly, or if a value cannot be retrieved properly.