Class GroupRepositoryMetadata

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

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

    • GroupRepositoryMetadata

      public GroupRepositoryMetadata(String groupId)
  • 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()
    • addPluginMapping

      public void addPluginMapping(String goalPrefix, String artifactId)
    • addPluginMapping

      public void addPluginMapping(String goalPrefix, String artifactId, String name)
    • getKey

      public Object getKey()
    • isSnapshot

      public boolean isSnapshot()
      Description copied from interface: RepositoryMetadata
      Whether this represents a snapshot.
      Returns:
      if it is a snapshot
    • 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