org.codehaus.plexus.component.repository
Class ComponentRequirementList

java.lang.Object
  extended by org.codehaus.plexus.component.repository.ComponentRequirement
      extended by org.codehaus.plexus.component.repository.ComponentRequirementList

public final class ComponentRequirementList
extends ComponentRequirement

Created by IntelliJ IDEA.

Since:
1.0
Version:
$Id: ComponentRequirementList.java 6757 2007-08-09 12:49:11Z handyande $
Author:
Andrew Williams

Constructor Summary
ComponentRequirementList()
           
 
Method Summary
 String getRoleHint()
          Returns the role-hint of the required component.
 List getRoleHints()
           
 void setRoleHints(List roleHints)
           
 
Methods inherited from class org.codehaus.plexus.component.repository.ComponentRequirement
equals, getFieldMappingType, getFieldName, getHumanReadableKey, getRole, hashCode, setFieldMappingType, setFieldName, setRole, setRoleHint, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentRequirementList

public ComponentRequirementList()
Method Detail

getRoleHints

public List getRoleHints()

setRoleHints

public void setRoleHints(List roleHints)

getRoleHint

public String getRoleHint()
Description copied from class: ComponentRequirement
Returns the role-hint of the required component.

Overrides:
getRoleHint in class ComponentRequirement
Returns:
the role-hint of the required component


Copyright © 2001-2010 Codehaus. All Rights Reserved.