public class ExecutableDependency extends Object
ExecutableDependency class.
| Constructor | Description |
|---|---|
ExecutableDependency() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getArtifactId() |
Getter for the field
artifactId. |
String |
getGroupId() |
Getter for the field
groupId. |
int |
hashCode() |
|
boolean |
matches(org.apache.maven.artifact.Artifact artifact) |
Matches the groupId and artifactId.
|
void |
setArtifactId(String artifactId) |
Setter for the field
artifactId. |
void |
setGroupId(String groupId) |
Setter for the field
groupId. |
String |
toString() |
public void setGroupId(String groupId)
Setter for the field groupId.
groupId - a String object.public String getArtifactId()
Getter for the field artifactId.
String object.public void setArtifactId(String artifactId)
Setter for the field artifactId.
artifactId - a String object.public boolean matches(org.apache.maven.artifact.Artifact artifact)
Matches the groupId and artifactId.
artifact - a Artifact object.true if both math, false otherwise.Copyright © 2005–2019 MojoHaus. All rights reserved.