Package | Description |
---|---|
org.apache.avalon.framework.component |
Deprecated: use the interfaces in the
org.apache.avalon.framework.service package instead. |
Modifier and Type | Method and Description |
---|---|
void |
Composable.compose(ComponentManager componentManager)
Pass the
ComponentManager to the composer . |
Component |
ComponentManager.lookup(java.lang.String key)
Get the
Component associated with the given key. |
void |
Recomposable.recompose(ComponentManager componentManager)
Deprecated.
Repass the
ComponentManager to the composer . |
Component |
ComponentSelector.select(java.lang.Object hint)
Select the
Component associated with the given hint. |