|
||||||||||
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 | |
---|---|
String |
getHint()
Get The role-hint to lookup. |
String |
getModelEncoding()
|
String |
getRole()
Get The component role to lookup. |
void |
setHint(String hint)
Set The role-hint to lookup. |
void |
setModelEncoding(String modelEncoding)
|
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
- public void setModelEncoding(String modelEncoding)
public String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |