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
Metadata for the group directory of the repository.
- Author:
- Brett Porter
- 
Field SummaryFields inherited from interface org.apache.maven.artifact.repository.metadata.RepositoryMetadataRELEASE, RELEASE_OR_SNAPSHOT, SNAPSHOT
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddPluginMapping(String goalPrefix, String artifactId) voidaddPluginMapping(String goalPrefix, String artifactId, String name) getKey()Get the repository the metadata was located in.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.AbstractRepositoryMetadatacreateMetadata, createVersioning, extendedToString, getLocalFilename, getMetadata, getNature, getPolicy, getRemoteFilename, merge, merge, setMetadata, storeInLocalRepository, toString, updateRepositoryMetadata
- 
Constructor Details- 
GroupRepositoryMetadata
 
- 
- 
Method Details- 
storedInGroupDirectorypublic boolean storedInGroupDirectory()Description copied from interface:ArtifactMetadataWhether this metadata should be stored alongside the group.- Returns:
- whether this metadata should be stored alongside the group
 
- 
storedInArtifactVersionDirectorypublic boolean storedInArtifactVersionDirectory()Description copied from interface:ArtifactMetadataWhether this metadata should be stored alongside the artifact.- Returns:
- whether this metadata should be stored alongside the artifact
 
- 
getGroupId
- 
getArtifactId
- 
getBaseVersion
- 
addPluginMapping
- 
addPluginMapping
- 
getKey
- 
isSnapshotpublic boolean isSnapshot()Description copied from interface:RepositoryMetadataWhether this represents a snapshot.- Returns:
- if it is a snapshot
 
- 
getRepositoryDescription copied from interface:RepositoryMetadataGet the repository the metadata was located in.- Returns:
- the repository
 
- 
setRepositoryDescription copied from interface:RepositoryMetadataSet the repository the metadata was located in.- Parameters:
- remoteRepository- the repository
 
 
-