Package org.codehaus.mojo.exec
Class ExecutableDependency
java.lang.Object
org.codehaus.mojo.exec.ExecutableDependency
ExecutableDependency class.
-
Constructor Summary
-
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
Getter for the field
groupId
.- Returns:
- a
String
object.
-
setGroupId
Setter for the field
groupId
.- Parameters:
groupId
- aString
object.
-
getArtifactId
Getter for the field
artifactId
.- Returns:
- a
String
object.
-
setArtifactId
Setter for the field
artifactId
.- Parameters:
artifactId
- aString
object.
-
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
public int hashCode()
-