Class Component
java.lang.Object
org.apache.maven.tools.plugin.extractor.model.Component
- All Implemented Interfaces:
- Serializable
A reference to a plexus component, assumed to be
 available to the plugin container.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Componentpublic Component()
 
- 
- 
Method Details- 
getHintGet the role-hint to lookup.- Returns:
- String
 
- 
getRoleGet the component role to lookup.- Returns:
- String
 
- 
setHintSet the role-hint to lookup.- Parameters:
- hint- a hint object.
 
- 
setRoleSet the component role to lookup.- Parameters:
- role- a role object.
 
 
-