Uses of Class
org.apache.avalon.framework.component.ComponentException
-
Packages that use ComponentException Package Description org.apache.avalon.framework.component Deprecated: use the interfaces in theorg.apache.avalon.framework.service
package instead. -
-
Uses of ComponentException in org.apache.avalon.framework.component
Methods in org.apache.avalon.framework.component that throw ComponentException Modifier and Type Method Description void
Composable. compose(ComponentManager componentManager)
Pass theComponentManager
to thecomposer
.Component
ComponentManager. lookup(java.lang.String key)
Get theComponent
associated with the given key.void
Recomposable. recompose(ComponentManager componentManager)
Deprecated.Repass theComponentManager
to thecomposer
.Component
ComponentSelector. select(java.lang.Object hint)
Select theComponent
associated with the given hint.
-