org.apache.avalon.framework.configuration
Interface Configurable
- Reconfigurable
public interface Configurable
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.
Version:
- Avalon Development Team
"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."