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.
|
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.
|
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
- Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.