Interface MetadataSource
public interface MetadataSource
Provides some metadata operations, like querying the remote repository for a list of versions available for an
artifact.
- Author:
- Jason van Zyl
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionretrieve
(ArtifactMetadata artifact, org.apache.maven.artifact.repository.ArtifactRepository localRepository, List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories)
-
Field Details
-
ROLE
-
-
Method Details
-
retrieve
MetadataResolution retrieve(ArtifactMetadata artifact, org.apache.maven.artifact.repository.ArtifactRepository localRepository, List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories) throws MetadataRetrievalException - Throws:
MetadataRetrievalException
-