public class PluginExecutionFilter extends Object implements Serializable, Cloneable
Constructor and Description |
---|
PluginExecutionFilter() |
PluginExecutionFilter(String groupId,
String artifactId,
String versionRange,
Set<String> goals) |
PluginExecutionFilter(String groupId,
String artifactId,
String versionRange,
String goals) |
Modifier and Type | Method and Description |
---|---|
void |
addGoal(String string)
Method addGoal.
|
void |
addParameter(Object key,
String value)
Method addParameter.
|
PluginExecutionFilter |
clone()
Method clone.
|
boolean |
equals(Object other)
Method equals.
|
String |
getArtifactId()
Get the artifactId field.
|
Set<String> |
getGoals()
Method getGoals.
|
String |
getGroupId()
Get the groupId field.
|
Map<Object,String> |
getParameters()
Method getParameters.
|
String |
getVersionRange()
Get the versionRange field.
|
int |
hashCode()
Method hashCode.
|
boolean |
match(MojoExecutionKey mojoExecution)
Returns true if mojoExecution matches this key or false otherwise.
|
void |
removeGoal(String string)
Method removeGoal.
|
void |
setArtifactId(String artifactId)
Set the artifactId field.
|
void |
setGoals(Set<String> goals)
Set the goals field.
|
void |
setGroupId(String groupId)
Set the groupId field.
|
void |
setParameters(Map parameters)
Set the parameters field.
|
void |
setVersionRange(String versionRange) |
String |
toString()
Method toString.
|
public PluginExecutionFilter()
public PluginExecutionFilter(String groupId, String artifactId, String versionRange, Set<String> goals)
public void addGoal(String string)
string
- public void addParameter(Object key, String value)
key
- value
- public PluginExecutionFilter clone()
public boolean equals(Object other)
public String getArtifactId()
public String getGroupId()
public String getVersionRange()
public void removeGoal(String string)
string
- public void setArtifactId(String artifactId)
artifactId
- public void setGroupId(String groupId)
groupId
- public void setParameters(Map parameters)
parameters
- public String toString()
public void setVersionRange(String versionRange)
public boolean match(MojoExecutionKey mojoExecution)
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.