org.codehaus.plexus.component.composition
Interface CompositionResolver
- DefaultCompositionResolver
public interface CompositionResolver
$Id: CompositionResolver.java 1323 2004-12-20 23:00:59Z jvanzyl $
findRequirements
public List findRequirements(String componentKey)
Returns the list of names of components which are using the component.
of given componentKey
componentKey
- The name of the component
- The list of components which are requiring given component
getRequirements
public List getRequirements(String componentKey)
Returns the list of names of components which are required
by the component of given componentKey.
componentKey
- The name of the component
- The list of components which are required by given component