org.apache.maven.artifact.metadata
Interface ArtifactMetadataSource
public interface ArtifactMetadataSource
- Version:
- $Id: ArtifactMetadataSource.java 279720 2005-09-09 06:49:59Z brett $
- Author:
- Jason van Zyl
ROLE
static final String ROLE
retrieve
ResolutionGroup retrieve(Artifact artifact,
ArtifactRepository localRepository,
List remoteRepositories)
throws ArtifactMetadataRetrievalException
- Throws:
ArtifactMetadataRetrievalException
retrieveAvailableVersions
List retrieveAvailableVersions(Artifact artifact,
ArtifactRepository localRepository,
List remoteRepositories)
throws ArtifactMetadataRetrievalException
- Throws:
ArtifactMetadataRetrievalException
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.