|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface should be implemented by classes that need to be
configured with custom parameters before initialization.
The contract surrounding a Configurable
is that the
instantiating entity must call the configure
method before it is valid.
Note that this interface is incompatible with Parameterizable.
Method Summary | |
void |
configure(Configuration configuration)
Pass the Configuration to the Configurable
class. |
Method Detail |
public void configure(Configuration configuration) throws ConfigurationException
Configuration
to the Configurable
class.
configuration
- the class configurations. Must not be null
.
ConfigurationException
- if an error occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |