public class Plugin extends Object implements Serializable, Cloneable
Constructor and Description |
---|
Plugin() |
Modifier and Type | Method and Description |
---|---|
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. eclipse for
eclipse:eclipse).
|
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. eclipse for
eclipse:eclipse).
|
public Plugin()
public String getArtifactId()
public String getPrefix()
public void setArtifactId(String artifactId)
artifactId
- Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.