Uses of Interface
org.apache.archiva.policies.DownloadErrorPolicy

Packages that use DownloadErrorPolicy
org.apache.archiva.configuration   
org.apache.archiva.policies   
org.apache.archiva.proxy   
 

Uses of DownloadErrorPolicy in org.apache.archiva.configuration
 

Fields in org.apache.archiva.configuration with type parameters of type DownloadErrorPolicy
private  Map<String,DownloadErrorPolicy> DefaultArchivaConfiguration.downloadErrorPolicies
          see #initialize
 

Uses of DownloadErrorPolicy in org.apache.archiva.policies
 

Classes in org.apache.archiva.policies that implement DownloadErrorPolicy
 class PropagateErrorsDownloadPolicy
          PropagateErrorsPolicy - a policy applied on error to determine how to treat the error.
 class PropagateErrorsOnUpdateDownloadPolicy
          PropagateErrorsPolicy - a policy applied on error to determine how to treat the error.
 

Uses of DownloadErrorPolicy in org.apache.archiva.proxy
 

Fields in org.apache.archiva.proxy with type parameters of type DownloadErrorPolicy
private  Map<String,DownloadErrorPolicy> DefaultRepositoryProxyConnectors.downloadErrorPolicies
           
 

Methods in org.apache.archiva.proxy that return types with arguments of type DownloadErrorPolicy
 Map<String,DownloadErrorPolicy> DefaultRepositoryProxyConnectors.getDownloadErrorPolicies()
           
 

Method parameters in org.apache.archiva.proxy with type arguments of type DownloadErrorPolicy
 void DefaultRepositoryProxyConnectors.setDownloadErrorPolicies(Map<String,DownloadErrorPolicy> downloadErrorPolicies)
           
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)
           
 



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