public class Plugin extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
private String | 
artifactId
The artifactId for a plugin
           . 
 | 
private String | 
name
The name for a plugin
           . 
 | 
private String | 
prefix
The prefix for a plugin
           . 
 | 
| Constructor and Description | 
|---|
Plugin()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object other)
Method equals. 
 | 
String | 
getArtifactId()
Get the artifactId for a plugin. 
 | 
String | 
getName()
Get the name for a plugin. 
 | 
String | 
getPrefix()
Get the prefix for a plugin. 
 | 
int | 
hashCode()
Method hashCode. 
 | 
void | 
setArtifactId(String artifactId)
Set the artifactId for a plugin. 
 | 
void | 
setName(String name)
Set the name for a plugin. 
 | 
void | 
setPrefix(String prefix)
Set the prefix for a plugin. 
 | 
String | 
toString()
Method toString. 
 | 
private String artifactId
public Plugin()
public String getArtifactId()
public void setArtifactId(String artifactId)
artifactId - Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.