|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extends composer to allow recomposing.
Method Summary | |
void |
recompose(ComponentManager componentManager)
Deprecated. Repass the ComponentManager to the composer . |
Methods inherited from interface org.apache.avalon.framework.component.Composable |
compose |
Method Detail |
public void recompose(ComponentManager componentManager) throws ComponentException
ComponentManager
to the composer
.
The Composable
implementation should use the specified
ComponentManager
to acquire the components it needs for
execution. It should also drop references to any components it
retrieved from old ComponentManager.
componentManager
- The ComponentManager
which this
Composable
uses.
ComponentException
- if an error occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |