public class Plugin
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
artifactId
The plugin artifactId.
|
private java.lang.String |
name
Display name for the plugin.
|
private java.lang.String |
prefix
The plugin invocation prefix (i.e.
|
Constructor and Description |
---|
Plugin() |
Modifier and Type | Method and Description |
---|---|
Plugin |
clone()
Method clone.
|
java.lang.String |
getArtifactId()
Get the plugin artifactId.
|
java.lang.String |
getName()
Get display name for the plugin.
|
java.lang.String |
getPrefix()
Get the plugin invocation prefix (i.e.
|
void |
setArtifactId(java.lang.String artifactId)
Set the plugin artifactId.
|
void |
setName(java.lang.String name)
Set display name for the plugin.
|
void |
setPrefix(java.lang.String prefix)
Set the plugin invocation prefix (i.e.
|
private java.lang.String name
private java.lang.String prefix
private java.lang.String artifactId
public Plugin clone()
clone
in class java.lang.Object
public java.lang.String getArtifactId()
public java.lang.String getName()
public java.lang.String getPrefix()
public void setArtifactId(java.lang.String artifactId)
artifactId
- public void setName(java.lang.String name)
name
- public void setPrefix(java.lang.String prefix)
prefix
-