@Deprecated public class Plugin extends Object implements Serializable, Cloneable
Constructor and Description |
---|
Plugin()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Plugin |
clone()
Deprecated.
Method clone.
|
String |
getArtifactId()
Deprecated.
Get the plugin artifactId.
|
String |
getName()
Deprecated.
Get display name for the plugin.
|
String |
getPrefix()
Deprecated.
Get the plugin invocation prefix (i.e.
|
void |
setArtifactId(String artifactId)
Deprecated.
Set the plugin artifactId.
|
void |
setName(String name)
Deprecated.
Set display name for the plugin.
|
void |
setPrefix(String prefix)
Deprecated.
Set the plugin invocation prefix (i.e.
|
public Plugin clone()
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–2022 The Apache Software Foundation. All rights reserved.