Class ArtifactSet

    • Method Detail

      • contains

        public boolean contains​(String groupId,
                                String artifactId,
                                String type,
                                String classifier,
                                String version)
        Whether this artifact set includes an artifact with the given coordinates
        Parameters:
        groupId - groupId
        artifactId - artifactId
        type - cannot be null
        classifier - can be null
        version - version
        Returns:
        true if the given GAV triple is a member of this ArtifactSet and false otherwise
      • contains

        public boolean contains​(io.quarkus.maven.dependency.ArtifactCoords coords)
        Whether this artifact set includes an artifact with the given coordinates
        Parameters:
        coords - artifact coordinates
        Returns:
        true if the given GAV triple is a member of this ArtifactSet and false otherwise
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object