public class ExecutableDependency
extends java.lang.Object
ExecutableDependency class.
| Constructor and Description |
|---|
ExecutableDependency() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getArtifactId()
Getter for the field
artifactId. |
java.lang.String |
getGroupId()
Getter for the field
groupId. |
int |
hashCode() |
boolean |
matches(org.apache.maven.artifact.Artifact artifact)
Matches the groupId and artifactId.
|
void |
setArtifactId(java.lang.String artifactId)
Setter for the field
artifactId. |
void |
setGroupId(java.lang.String groupId)
Setter for the field
groupId. |
java.lang.String |
toString() |
public java.lang.String getGroupId()
Getter for the field groupId.
String object.public void setGroupId(java.lang.String groupId)
Setter for the field groupId.
groupId - a String object.public java.lang.String getArtifactId()
Getter for the field artifactId.
String object.public void setArtifactId(java.lang.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.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005–2023 MojoHaus. All rights reserved.