public class ExecutableDependency
extends java.lang.Object
ExecutableDependency class.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
artifactId |
private java.lang.String |
groupId |
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() |
private java.lang.String groupId
private java.lang.String artifactId
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.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object