Class ArtifactRepositoryMetadata

java.lang.Object
org.apache.maven.artifact.repository.metadata.AbstractRepositoryMetadata
org.apache.maven.artifact.repository.metadata.ArtifactRepositoryMetadata
All Implemented Interfaces:
org.apache.maven.artifact.metadata.ArtifactMetadata, RepositoryMetadata, org.apache.maven.repository.legacy.metadata.ArtifactMetadata

public class ArtifactRepositoryMetadata extends AbstractRepositoryMetadata
Metadata for the artifact directory of the repository.
Author:
Brett Porter
  • Constructor Details

    • ArtifactRepositoryMetadata

      public ArtifactRepositoryMetadata(org.apache.maven.artifact.Artifact artifact)
    • ArtifactRepositoryMetadata

      public ArtifactRepositoryMetadata(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.metadata.Versioning versioning)
  • Method Details

    • storedInGroupDirectory

      public boolean storedInGroupDirectory()
    • storedInArtifactVersionDirectory

      public boolean storedInArtifactVersionDirectory()
    • getGroupId

      public String getGroupId()
    • getArtifactId

      public String getArtifactId()
    • getBaseVersion

      public String getBaseVersion()
    • getKey

      public Object getKey()
    • isSnapshot

      public boolean isSnapshot()
      Description copied from interface: RepositoryMetadata
      Whether this represents a snapshot.
      Returns:
      if it is a snapshot
    • getNature

      public int getNature()
      Description copied from interface: RepositoryMetadata
      Gets the artifact quality this metadata refers to. One of RepositoryMetadata.RELEASE, RepositoryMetadata.SNAPSHOT or RepositoryMetadata.RELEASE_OR_SNAPSHOT.
      Specified by:
      getNature in interface RepositoryMetadata
      Overrides:
      getNature in class AbstractRepositoryMetadata
      Returns:
      The artifact quality this metadata refers to.
    • getRepository

      public org.apache.maven.artifact.repository.ArtifactRepository getRepository()
      Description copied from interface: RepositoryMetadata
      Get the repository the metadata was located in.
      Returns:
      the repository
    • setRepository

      public void setRepository(org.apache.maven.artifact.repository.ArtifactRepository remoteRepository)
      Description copied from interface: RepositoryMetadata
      Set the repository the metadata was located in.
      Parameters:
      remoteRepository - the repository