public class GroupRepositoryMetadata extends AbstractRepositoryMetadata
| Constructor and Description |
|---|
GroupRepositoryMetadata(String groupId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPluginMapping(String goalPrefix,
String artifactId) |
void |
addPluginMapping(String goalPrefix,
String artifactId,
String name) |
String |
getArtifactId() |
String |
getBaseVersion() |
String |
getGroupId() |
Object |
getKey() |
boolean |
isSnapshot()
Whether this represents a snapshot.
|
void |
setRepository(ArtifactRepository remoteRepository)
Set the repository the metadata was located in.
|
boolean |
storedInArtifactVersionDirectory()
Whether this metadata should be stored alongside the artifact.
|
boolean |
storedInGroupDirectory()
Whether this metadata should be stored alongside the group.
|
createMetadata, createVersioning, extendedToString, getLocalFilename, getMetadata, getRemoteFilename, merge, setMetadata, storeInLocalRepository, toString, updateRepositoryMetadatapublic GroupRepositoryMetadata(String groupId)
public boolean storedInGroupDirectory()
ArtifactMetadatapublic boolean storedInArtifactVersionDirectory()
ArtifactMetadatapublic String getGroupId()
public String getArtifactId()
public String getBaseVersion()
public Object getKey()
public boolean isSnapshot()
RepositoryMetadatapublic void setRepository(ArtifactRepository remoteRepository)
RepositoryMetadataremoteRepository - the repositoryCopyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.