Class GroupRepositoryMetadata
java.lang.Object
org.apache.maven.artifact.repository.metadata.AbstractRepositoryMetadata
org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
- All Implemented Interfaces:
ArtifactMetadata,RepositoryMetadata
Metadata for the group directory of the repository.
- Version:
- $Id: GroupRepositoryMetadata.java 640549 2008-03-24 20:05:11Z bentmann $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPluginMapping(String goalPrefix, String artifactId) voidaddPluginMapping(String goalPrefix, String artifactId, String name) getKey()booleanWhether this represents a snapshot.voidsetRepository(ArtifactRepository remoteRepository) Set the repository the metadata was located in.booleanWhether this metadata should be stored alongside the artifact.booleanWhether this metadata should be stored alongside the group.Methods inherited from class org.apache.maven.artifact.repository.metadata.AbstractRepositoryMetadata
createMetadata, createVersioning, extendedToString, getLocalFilename, getMetadata, getRemoteFilename, merge, setMetadata, storeInLocalRepository, toString, updateRepositoryMetadata
-
Field Details
-
groupId
-
-
Constructor Details
-
GroupRepositoryMetadata
-
-
Method Details
-
storedInGroupDirectory
public boolean storedInGroupDirectory()Description copied from interface:ArtifactMetadataWhether this metadata should be stored alongside the group. -
storedInArtifactVersionDirectory
public boolean storedInArtifactVersionDirectory()Description copied from interface:ArtifactMetadataWhether this metadata should be stored alongside the artifact. -
getGroupId
-
getArtifactId
-
getBaseVersion
-
addPluginMapping
-
addPluginMapping
-
getKey
-
isSnapshot
public boolean isSnapshot()Description copied from interface:RepositoryMetadataWhether this represents a snapshot.- Returns:
- if it is a snapshot
-
setRepository
Description copied from interface:RepositoryMetadataSet the repository the metadata was located in.- Parameters:
remoteRepository- the repository
-