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

Packages that use Policy
org.apache.archiva.configuration   
org.apache.archiva.policies   
org.apache.archiva.rest.services   
 

Uses of Policy in org.apache.archiva.configuration
 

Methods in org.apache.archiva.configuration that return Policy
private  Policy DefaultArchivaConfiguration.findPolicy(String policyId)
           
 

Uses of Policy in org.apache.archiva.policies
 

Subinterfaces of Policy in org.apache.archiva.policies
 interface DownloadErrorPolicy
          Policy to apply after the download has completed, but before the resource is made available to the calling client.
 interface DownloadPolicy
          DownloadPolicy
 interface PostDownloadPolicy
          Policy to apply after the download has completed, but before the resource is made available to the calling client.
 interface PreDownloadPolicy
          Policy to apply before the download is attempted.
 

Classes in org.apache.archiva.policies that implement Policy
 class AbstractUpdatePolicy
          AbstractUpdatePolicy
 class CachedFailuresPolicy
          PreDownloadPolicy to check if the requested url has failed before.
 class ChecksumPolicy
          ChecksumPolicy - a policy applied after the download to see if the file has been downloaded successfully and completely (or not).
 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.
 class ReleasesPolicy
          PreDownloadPolicy to apply for released versions.
 class SnapshotsPolicy
          PreDownloadPolicy to apply for snapshot versions.
 

Uses of Policy in org.apache.archiva.rest.services
 

Fields in org.apache.archiva.rest.services with type parameters of type Policy
private  List<Policy> DefaultProxyConnectorService.allPolicies
           
 



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