org.apache.maven.artifact.repository.metadata
public interface RepositoryMetadata extends ArtifactMetadata
Version: $Id: RepositoryMetadata.java 280237 2005-09-12 02:11:12Z brett $
UNKNOWN: not happy about the store method - they use "this"
Method Summary | |
---|---|
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.
|
Returns: the metadata, or null
if none loaded
Returns: if it is a snapshot
Parameters: metadata the metadata
Parameters: remoteRepository the repository