public class GroupRepositoryMetadata extends AbstractRepositoryMetadata
RELEASE, RELEASE_OR_SNAPSHOT, SNAPSHOT
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() |
ArtifactRepository |
getRepository()
Get the repository the metadata was located in.
|
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, getNature, getPolicy, getRemoteFilename, merge, merge, setMetadata, storeInLocalRepository, toString, updateRepositoryMetadata
public GroupRepositoryMetadata(String groupId)
public boolean storedInGroupDirectory()
ArtifactMetadata
public boolean storedInArtifactVersionDirectory()
ArtifactMetadata
public String getGroupId()
public String getArtifactId()
public String getBaseVersion()
public void addPluginMapping(String goalPrefix, String artifactId)
public void addPluginMapping(String goalPrefix, String artifactId, String name)
public boolean isSnapshot()
RepositoryMetadata
public ArtifactRepository getRepository()
RepositoryMetadata
public void setRepository(ArtifactRepository remoteRepository)
RepositoryMetadata
remoteRepository
- the repositoryCopyright © 2001–2013 The Apache Software Foundation. All rights reserved.