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() |
boolean |
isSnapshot() |
void |
setRepository(ArtifactRepository remoteRepository) |
boolean |
storedInArtifactVersionDirectory() |
boolean |
storedInGroupDirectory() |
createMetadata, createVersioning, extendedToString, getLocalFilename, getMetadata, getNature, getPolicy, getRemoteFilename, merge, merge, setMetadata, storeInLocalRepository, toString, updateRepositoryMetadata
public GroupRepositoryMetadata(String groupId)
public boolean storedInGroupDirectory()
public boolean storedInArtifactVersionDirectory()
public String getGroupId()
public String getArtifactId()
public String getBaseVersion()
public Object getKey()
public boolean isSnapshot()
public ArtifactRepository getRepository()
public void setRepository(ArtifactRepository remoteRepository)
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.