public class MojoExecutionKey extends Object implements Serializable
Constructor and Description |
---|
MojoExecutionKey(org.apache.maven.plugin.MojoExecution mojoExecution) |
MojoExecutionKey(String groupId,
String artifactId,
String version,
String goal,
String lifecyclePhase,
String executionId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getArtifactId() |
String |
getExecutionId() |
String |
getGoal() |
String |
getGroupId() |
String |
getKeyString() |
String |
getLifecyclePhase() |
String |
getVersion() |
int |
hashCode() |
boolean |
match(org.apache.maven.plugin.MojoExecution mojoExecution) |
String |
toString() |
public MojoExecutionKey(org.apache.maven.plugin.MojoExecution mojoExecution)
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getGoal()
public String getExecutionId()
public String getLifecyclePhase()
public String getKeyString()
public boolean match(org.apache.maven.plugin.MojoExecution mojoExecution)
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.