org.codehaus.plexus.component.composition
public interface ComponentComposer
Version: $Revision: 1323 $
UNKNOWN: michal: I think that ideally component composer should somehow participate in parsing of requiremnts section of configuration file as this section tells how to do the composition
Field Summary | |
---|---|
static String | ROLE |
Method Summary | |
---|---|
List | assembleComponent(Object component, ComponentDescriptor componentDescriptor, PlexusContainer container) |
String | getId() |
Parameters: component componentDescriptor container
Returns: List of ComponentDescriptors which were used by ComponentComposer
Throws: CompositionException UndefinedComponentComposerException