org.apache.avalon.framework.configuration
public interface Configurable
Configurable
is that the
instantiating entity must call the configure
method before it is valid.
Version: $Id: Configurable.java 30977 2004-07-30 03:57:54 -0500 (Fri, 30 Jul 2004) niclas $
Method Summary | |
---|---|
void | configure(Configuration configuration)
Pass the Configuration to the Configurable
class.
|
Configuration
to the Configurable
class.
Parameters: configuration the class configurations. Must not be null
.
Throws: ConfigurationException if an error occurs