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 Modifier and Type Field Description static java.lang.String
ROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadataResolution
retrieve(ArtifactMetadata artifact, org.apache.maven.artifact.repository.ArtifactRepository localRepository, java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories)
-
-
-
Method Detail
-
retrieve
MetadataResolution retrieve(ArtifactMetadata artifact, org.apache.maven.artifact.repository.ArtifactRepository localRepository, java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories) throws MetadataRetrievalException
- Throws:
MetadataRetrievalException
-
-