Uses of Interface
org.apache.avalon.framework.component.ComponentManager
-
Packages that use ComponentManager Package Description org.apache.avalon.framework.component Deprecated: use the interfaces in theorg.apache.avalon.framework.service
package instead. -
-
Uses of ComponentManager in org.apache.avalon.framework.component
Methods in org.apache.avalon.framework.component with parameters of type ComponentManager Modifier and Type Method Description void
Composable. compose(ComponentManager componentManager)
Pass theComponentManager
to thecomposer
.void
Recomposable. recompose(ComponentManager componentManager)
Deprecated.Repass theComponentManager
to thecomposer
.
-