Uses of Class
org.apache.archiva.policies.ProxyDownloadException

Packages that use ProxyDownloadException
org.apache.archiva.metadata.repository.storage   
org.apache.archiva.metadata.repository.storage.maven2   
org.apache.archiva.proxy   
org.apache.archiva.proxy.model   
 

Uses of ProxyDownloadException in org.apache.archiva.metadata.repository.storage
 

Methods in org.apache.archiva.metadata.repository.storage that throw ProxyDownloadException
 void RepositoryStorage.applyServerSideRelocation(ManagedRepositoryContent managedRepository, ArtifactReference artifact)
           
 

Uses of ProxyDownloadException in org.apache.archiva.metadata.repository.storage.maven2
 

Methods in org.apache.archiva.metadata.repository.storage.maven2 that throw ProxyDownloadException
 void Maven2RepositoryStorage.applyServerSideRelocation(ManagedRepositoryContent managedRepository, ArtifactReference artifact)
          A relocation capable client will request the POM prior to the artifact, and will then read meta-data and do client side relocation.
 

Uses of ProxyDownloadException in org.apache.archiva.proxy
 

Methods in org.apache.archiva.proxy that throw ProxyDownloadException
 File DefaultRepositoryProxyConnectors.fetchFromProxies(ManagedRepositoryContent repository, ArtifactReference artifact)
           
private  void DefaultRepositoryProxyConnectors.validatePolicies(Map<String,DownloadErrorPolicy> policies, Map<String,String> settings, Properties request, ArtifactReference artifact, RemoteRepositoryContent content, File localFile, Exception exception, Map<String,Exception> previousExceptions)
           
 

Uses of ProxyDownloadException in org.apache.archiva.proxy.model
 

Methods in org.apache.archiva.proxy.model that throw ProxyDownloadException
 File RepositoryProxyConnectors.fetchFromProxies(ManagedRepositoryContent repository, ArtifactReference artifact)
          Performs the artifact fetch operation against the target repositories of the provided source repository.
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.