Package org.apache.avalon.framework.component
package org.apache.avalon.framework.component
-
ClassDescriptionThis 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.AComponentSelector
selectsComponent
s based on a hint.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.This class is a static implementation of a ComponentManager.This is the default implementation of the ComponentSelector.Deprecated.Deprecated with no replacement.This is aComponentManager
implementation that can wrap around aServiceManager
object effectively adapting aServiceManager
interface to aComponentManager
interface.This is aServiceSelector
implementation that can wrap around a legacyComponentSelector
object effectively adapting aComponentSelector
interface to aServiceSelector
interface.