public interface Configurable
| Modifier and Type | Method and Description |
|---|---|
void |
init(Configuration configuration)
Initializes this component with data from the given configuration object.
|
void init(Configuration configuration) throws ConfigurationException
configuration - the current configuration, maybe nullConfigurationException - error initializing the component.