Class Component
- java.lang.Object
-
- org.apache.maven.tools.plugin.extractor.model.Component
-
- All Implemented Interfaces:
java.io.Serializable
public class Component extends java.lang.Object implements java.io.Serializable
A reference to a plexus component, assumed to be available to the plugin container.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Component()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getHint()
Get the role-hint to lookup.java.lang.String
getRole()
Get the component role to lookup.void
setHint(java.lang.String hint)
Set the role-hint to lookup.void
setRole(java.lang.String role)
Set the component role to lookup.
-
-
-
Method Detail
-
getHint
public java.lang.String getHint()
Get the role-hint to lookup.- Returns:
- String
-
getRole
public java.lang.String getRole()
Get the component role to lookup.- Returns:
- String
-
setHint
public void setHint(java.lang.String hint)
Set the role-hint to lookup.- Parameters:
hint
- a hint object.
-
setRole
public void setRole(java.lang.String role)
Set the component role to lookup.- Parameters:
role
- a role object.
-
-