public interface Configurable
Configurable is that the
instantiating entity must call the configure
method before it is valid.
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Configuration configuration)
Pass the
Configuration to the Configurable
class. |
void configure(Configuration configuration) throws ConfigurationException
Configuration to the Configurable
class.configuration - the class configurations. Must not be null.ConfigurationException - if an error occurs