public class Plugin extends Object implements Serializable
| 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. | 
public Plugin()
public String getArtifactId()
public void setArtifactId(String artifactId)
artifactId - Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.