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()
.
Modifier and Type | Method and Description |
---|---|
void |
parameterize(Parameters parameters)
Provide component with parameters.
|
void parameterize(Parameters parameters) throws ParameterException
parameters
- the parameters. Must not be null
.ParameterException
- if parameters are invalid