@Deprecated
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
Deprecated.
The plugin artifactId.
|
private java.lang.String |
name
Deprecated.
Display name for the plugin.
|
private java.lang.String |
prefix
Deprecated.
The plugin invocation prefix (i.e.
|
| Constructor and Description |
|---|
Plugin()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Plugin |
clone()
Deprecated.
Method clone.
|
java.lang.String |
getArtifactId()
Deprecated.
Get the plugin artifactId.
|
java.lang.String |
getName()
Deprecated.
Get display name for the plugin.
|
java.lang.String |
getPrefix()
Deprecated.
Get the plugin invocation prefix (i.e.
|
void |
setArtifactId(java.lang.String artifactId)
Deprecated.
Set the plugin artifactId.
|
void |
setName(java.lang.String name)
Deprecated.
Set display name for the plugin.
|
void |
setPrefix(java.lang.String prefix)
Deprecated.
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.Objectpublic java.lang.String getArtifactId()
public java.lang.String getName()
public java.lang.String getPrefix()
public void setArtifactId(java.lang.String artifactId)
artifactId - a artifactId object.public void setName(java.lang.String name)
name - a name object.public void setPrefix(java.lang.String prefix)
prefix - a prefix object.