|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 | |
|---|---|
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. |
| 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 java.lang.String getHint()
public java.lang.String getRole()
public void setHint(java.lang.String hint)
hint - public void setRole(java.lang.String role)
role -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||