Uses of Class
org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException

Packages that use ArtifactMetadataRetrievalException
org.apache.maven.artifact.metadata   
org.apache.maven.project.artifact   
 

Uses of ArtifactMetadataRetrievalException in org.apache.maven.artifact.metadata
 

Methods in org.apache.maven.artifact.metadata that throw ArtifactMetadataRetrievalException
 ResolutionGroup ArtifactMetadataSource.retrieve(Artifact artifact, ArtifactRepository localRepository, java.util.List remoteRepositories)
           
 java.util.List ArtifactMetadataSource.retrieveAvailableVersions(Artifact artifact, ArtifactRepository localRepository, java.util.List remoteRepositories)
          Get a list of available versions for an artifact in the remote repository
 

Uses of ArtifactMetadataRetrievalException in org.apache.maven.project.artifact
 

Methods in org.apache.maven.project.artifact that throw ArtifactMetadataRetrievalException
 ResolutionGroup MavenMetadataSource.retrieve(Artifact artifact, ArtifactRepository localRepository, java.util.List remoteRepositories)
          Retrieve the metadata for the project from the repository.
 java.util.List MavenMetadataSource.retrieveAvailableVersions(Artifact artifact, ArtifactRepository localRepository, java.util.List remoteRepositories)
           
 



Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.