|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.artifact.repository.metadata.Plugin
public class Plugin
Mapping information for a single plugin within this group.
Constructor Summary | |
---|---|
Plugin()
|
Method Summary | |
---|---|
Plugin |
clone()
Method clone. |
String |
getArtifactId()
Get the plugin artifactId. |
String |
getName()
Get display name for the plugin. |
String |
getPrefix()
Get the plugin invocation prefix (i.e. |
void |
setArtifactId(String artifactId)
Set the plugin artifactId. |
void |
setName(String name)
Set display name for the plugin. |
void |
setPrefix(String prefix)
Set the plugin invocation prefix (i.e. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Plugin()
Method Detail |
---|
public Plugin clone()
clone
in class Object
public String getArtifactId()
public String getName()
public String getPrefix()
public void setArtifactId(String artifactId)
artifactId
- public void setName(String name)
name
- public void setPrefix(String prefix)
prefix
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |