public final class PluginName extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
artifactId |
String |
groupId |
String |
version |
| Constructor and Description |
|---|
PluginName(org.apache.maven.plugin.descriptor.PluginDescriptor pd) |
PluginName(String groupId,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
matches(String groupId,
String artifactId) |
String |
toString()
Returns the "groupId:artifactId:version" form.
|
public final String groupId
public final String artifactId
public final String version
public PluginName(org.apache.maven.plugin.descriptor.PluginDescriptor pd)
public String toString()
Copyright © 2016–2017. All rights reserved.