org.codehaus.plexus.component.composition
public interface CompositionResolver
Version: $Id: CompositionResolver.java 1323 2004-12-20 23:00:59Z jvanzyl $
Method Summary | |
---|---|
void | addComponentDescriptor(ComponentDescriptor componentDescriptor) |
List | findRequirements(String componentKey)
Returns the list of names of components which are using the component.
of given componentKey
|
List | getRequirements(String componentKey)
Returns the list of names of components which are required
by the component of given componentKey.
|
Parameters: componentDescriptor
Throws: CompositionException when cycle is detected
Parameters: componentKey The name of the component
Returns: The list of components which are requiring given component
Parameters: componentKey The name of the component
Returns: The list of components which are required by given component