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 Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Component
public Component() 
 - 
 - 
Method Details
- 
getHint
Get the role-hint to lookup.- Returns:
 - String
 
 - 
getRole
Get the component role to lookup.- Returns:
 - String
 
 - 
setHint
Set the role-hint to lookup.- Parameters:
 hint- a hint object.
 - 
setRole
Set the component role to lookup.- Parameters:
 role- a role object.
 
 -