Class ExecutableDependency

java.lang.Object
org.codehaus.mojo.exec.ExecutableDependency

public class ExecutableDependency extends Object

ExecutableDependency class.

  • Constructor Details

    • ExecutableDependency

      public ExecutableDependency()
  • Method Details

    • getGroupId

      public String getGroupId()

      Getter for the field groupId.

      Returns:
      a String object.
    • setGroupId

      public void setGroupId(String groupId)

      Setter for the field groupId.

      Parameters:
      groupId - a String object.
    • getArtifactId

      public String getArtifactId()

      Getter for the field artifactId.

      Returns:
      a String object.
    • setArtifactId

      public void setArtifactId(String artifactId)

      Setter for the field artifactId.

      Parameters:
      artifactId - a String object.
    • matches

      public boolean matches(org.apache.maven.artifact.Artifact artifact)

      Matches the groupId and artifactId.

      Parameters:
      artifact - a Artifact object.
      Returns:
      true if both math, false otherwise.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object