Package | Description |
---|---|
org.apache.avalon.framework |
The Framework part of Avalon contains interfaces and contracts surrounding
those interfaces, along with default implementations of some of those
interfaces.
|
org.apache.avalon.framework.component |
Deprecated: use the interfaces in the
org.apache.avalon.framework.service package instead. |
org.apache.avalon.framework.configuration |
Component configuration interfaces and XML-based implementations.
|
org.apache.avalon.framework.container |
Utilities supporting execution of component lifecycle stages.
|
org.apache.avalon.framework.context |
Interfaces and implementation of the Context model through which runtime context
can be applied by a manager to a component.
|
org.apache.avalon.framework.logger |
Abstract logging framework supporting pluggable logging mechanisms including LogKit, Log4J and the JDK 1.4 logging infrastructure.
|
org.apache.avalon.framework.service |
Interfaces and default implementation of a service management framework supporting container based service lookup and decommissioning.
|