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

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

Uses of PostDownloadPolicy in org.apache.archiva.configuration
 

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

Uses of PostDownloadPolicy in org.apache.archiva.policies
 

Classes in org.apache.archiva.policies that implement PostDownloadPolicy
 class ChecksumPolicy
          ChecksumPolicy - a policy applied after the download to see if the file has been downloaded successfully and completely (or not).
 

Uses of PostDownloadPolicy in org.apache.archiva.proxy
 

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

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

Method parameters in org.apache.archiva.proxy with type arguments of type PostDownloadPolicy
 void DefaultRepositoryProxyConnectors.setPostDownloadPolicies(Map<String,PostDownloadPolicy> postDownloadPolicies)
           
 



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