Package org.codehaus.mojo.exec
Class ExecutableDependency
java.lang.Object
org.codehaus.mojo.exec.ExecutableDependency
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for the fieldartifactId
.Getter for the fieldgroupId
.int
hashCode()
boolean
matches
(org.apache.maven.artifact.Artifact artifact) Matches the groupId and artifactId.void
setArtifactId
(String artifactId) Setter for the fieldartifactId
.void
setGroupId
(String groupId) Setter for the fieldgroupId
.toString()
-
Constructor Details
-
ExecutableDependency
public ExecutableDependency()
-
-
Method Details
-
getGroupId
-
setGroupId
-
getArtifactId
-
setArtifactId
-
matches
public boolean matches(org.apache.maven.artifact.Artifact artifact) Matches the groupId and artifactId.
- Parameters:
artifact
- aArtifact
object.- Returns:
true
if both math,false
otherwise.
-
toString
-
equals
-
hashCode
-