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

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

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<ArtifactRepository> remoteRepositories)
           
 java.util.List<ArtifactVersion> ArtifactMetadataSource.retrieveAvailableVersions(Artifact artifact, ArtifactRepository localRepository, java.util.List<ArtifactRepository> remoteRepositories)
          Get a list of available versions for an artifact in the remote repository
 java.util.List<ArtifactVersion> ArtifactMetadataSource.retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact, ArtifactRepository localRepository, ArtifactRepository remoteRepository)
          Get a list of available versions for an artifact in the remote deployment repository.
 Artifact ArtifactMetadataSource.retrieveRelocatedArtifact(Artifact artifact, ArtifactRepository localRepository, java.util.List<ArtifactRepository> remoteRepositories)
          Resolve all relocations in the POM for this artifact, and return the new artifact coordinate.
 

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

Constructors in org.apache.maven.artifact.resolver with parameters of type ArtifactMetadataRetrievalException
ArtifactResolutionException(java.lang.String message, Artifact artifact, ArtifactMetadataRetrievalException cause)
           
ArtifactResolutionException(java.lang.String message, Artifact artifact, java.util.List<ArtifactRepository> remoteRepositories, ArtifactMetadataRetrievalException cause)
           
 



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