Interface RepositoryMetadata

    • Method Detail

      • setRepository

        void setRepository​(ArtifactRepository remoteRepository)
        Set the repository the metadata was located in.
        Parameters:
        remoteRepository - the repository
      • getMetadata

        org.apache.maven.artifact.repository.metadata.Metadata getMetadata()
        Get the repository metadata associated with this marker.
        Returns:
        the metadata, or null if none loaded
      • setMetadata

        void setMetadata​(org.apache.maven.artifact.repository.metadata.Metadata metadata)
        Set the metadata contents.
        Parameters:
        metadata - the metadata
      • isSnapshot

        boolean isSnapshot()
        Whether this represents a snapshot.
        Returns:
        if it is a snapshot