| Interface | Description |
|---|---|
| ContainerConfiguration |
Container implementations of
Configuration
must also implement this interface. |
| Class | Description |
|---|---|
| AbstractConfiguration |
Base implementation of
ContainerConfiguration that can be
specialized for any type of configuration. |
| AbstractConfigurationCapability |
Base implementation of
ConfigurationCapability
that needs to be extended by the different configuration implementations. |
| AbstractExistingLocalConfiguration |
Base implementation for an existing local configuration.
|
| AbstractExistingLocalConfigurationCapability |
Base implementation of
ConfigurationCapability
that needs to be extended by each existing configuration's implementation. |
| AbstractLocalConfiguration |
Base implementation of
ContainerConfiguration that can be
specialized for standalone configuration, existing configuration or other local configurations. |
| AbstractLocalConfigurationCapability |
Base implementation of
ConfigurationCapability
that needs to be extended by each local configuration's implementation. |
| AbstractRuntimeConfiguration |
Base implementation for a runtime configuration.
|
| AbstractRuntimeConfigurationCapability |
Base implementation of
ConfigurationCapability
that needs to be extended by each runtime configuration's implementation. |
| AbstractStandaloneLocalConfiguration |
Base implementation for a standalone local configuration.
|
| AbstractStandaloneLocalConfigurationCapability |
Base implementation of
ConfigurationCapability
that needs to be extended by each standalone configuration's implementation. |
Copyright © 2004-2013 Codehaus. All Rights Reserved.