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 class ComponentRequirementList
extends ComponentRequirement

Created by IntelliJ IDEA.

Since:
1.0
Version:
$Id: ComponentRequirementList.java 7828 2008-11-14 22:07:56Z dain $
Author:
Andrew Williams

Constructor Summary
ComponentRequirementList()
           
 
Method Summary
 String getRoleHint()
          Returns the role-hint of the required component.
 List<String> getRoleHints()
           
 void setRoleHints(List<String> roleHints)
           
 
Methods inherited from class org.codehaus.plexus.component.repository.ComponentRequirement
equals, getFieldMappingType, getFieldName, getHumanReadableKey, getRole, hashCode, isOptional, setFieldMappingType, setFieldName, setOptional, 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<String> getRoleHints()

setRoleHints

public void setRoleHints(List<String> 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-2011 Codehaus. All Rights Reserved.