Uses of Package
org.apache.avalon.framework.component
Packages that use org.apache.avalon.framework.component
Package
Description
Deprecated: use the interfaces in the
org.apache.avalon.framework.service
package instead.-
Classes in org.apache.avalon.framework.component used by org.apache.avalon.framework.componentClassDescriptionThis interface identifies classes that can be used as
Components
by aComposable
.The exception thrown to indicate a problem with Components.AComponentManager
selectsComponent
s based on a role.AComposable
class is one that needs to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.