Class ComponentRequirementList
- java.lang.Object
-
- org.codehaus.plexus.component.repository.ComponentRequirement
-
- org.codehaus.plexus.component.repository.ComponentRequirementList
-
public class ComponentRequirementList extends ComponentRequirement
Created by IntelliJ IDEA.- Since:
- 1.0
- Author:
- Andrew Williams
-
-
Constructor Summary
Constructors Constructor Description ComponentRequirementList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
getRoleHint
public String getRoleHint()
Description copied from class:ComponentRequirement
Returns the role-hint of the required component.- Overrides:
getRoleHint
in classComponentRequirement
- Returns:
- the role-hint of the required component
-
-