public interface RepositoryMetadata extends ArtifactMetadata
| Modifier and Type | Method and Description |
|---|---|
Metadata |
getMetadata()
Get the repository metadata associated with this marker.
|
boolean |
isSnapshot()
Whether this represents a snapshot.
|
void |
setMetadata(Metadata metadata)
Set the metadata contents.
|
void |
setRepository(ArtifactRepository remoteRepository)
Set the repository the metadata was located in.
|
extendedToString, getArtifactId, getBaseVersion, getGroupId, getKey, getLocalFilename, getRemoteFilename, merge, storedInArtifactVersionDirectory, storedInGroupDirectory, storeInLocalRepositoryvoid setRepository(ArtifactRepository remoteRepository)
remoteRepository - the repositoryMetadata getMetadata()
null if none loadedvoid setMetadata(Metadata metadata)
metadata - the metadataboolean isSnapshot()