Class SnapshotArtifactRepositoryMetadata

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

public class SnapshotArtifactRepositoryMetadata extends AbstractRepositoryMetadata
Metadata for the artifact version directory of the repository.
Author:
Brett Porter TODO split instantiation (versioning, plugin mappings) from definition
  • Constructor Details

    • SnapshotArtifactRepositoryMetadata

      public SnapshotArtifactRepositoryMetadata(Artifact artifact)
    • SnapshotArtifactRepositoryMetadata

      public SnapshotArtifactRepositoryMetadata(Artifact artifact, Snapshot snapshot)
  • Method Details

    • storedInGroupDirectory

      public boolean storedInGroupDirectory()
      Description copied from interface: ArtifactMetadata
      Whether this metadata should be stored alongside the group.
      Returns:
      whether this metadata should be stored alongside the group
    • storedInArtifactVersionDirectory

      public boolean storedInArtifactVersionDirectory()
      Description copied from interface: ArtifactMetadata
      Whether this metadata should be stored alongside the artifact.
      Returns:
      whether this metadata should be stored alongside the artifact
    • 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 ArtifactRepository getRepository()
      Description copied from interface: RepositoryMetadata
      Get the repository the metadata was located in.
      Returns:
      the repository
    • setRepository

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