|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.tools.model.Component
public class Component
A reference to a plexus component, assumed to be available to the plugin container.
Constructor Summary | |
---|---|
Component()
|
Method Summary | |
---|---|
String |
getHint()
Get the role-hint to lookup. |
String |
getRole()
Get the component role to lookup. |
void |
setHint(String hint)
Set the role-hint to lookup. |
void |
setRole(String role)
Set the component role to lookup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Component()
Method Detail |
---|
public String getHint()
public String getRole()
public void setHint(String hint)
hint
- public void setRole(String role)
role
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |