Class ExecutableDependency


  • public class ExecutableDependency
    extends Object

    ExecutableDependency class.

    • Constructor Detail

      • ExecutableDependency

        public ExecutableDependency()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object