Class ComponentRequirementList
java.lang.Object
org.codehaus.plexus.component.repository.ComponentRequirement
org.codehaus.plexus.component.repository.ComponentRequirementList
Created by IntelliJ IDEA.
- Since:
- 1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the role-hint of the required component.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
-
Field Details
-
roleHints
-
-
Constructor Details
-
ComponentRequirementList
public ComponentRequirementList()
-
-
Method Details
-
getRoleHints
-
setRoleHints
-
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
-