Interface MetadataSource
-
public interface MetadataSourceProvides 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.StringROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadataResolutionretrieve(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
-
-