Skip navigation links
A C D F G H I N O P Q R S U Y 

A

AbstractUpdatePolicy - Class in org.apache.archiva.policies
AbstractUpdatePolicy
AbstractUpdatePolicy() - Constructor for class org.apache.archiva.policies.AbstractUpdatePolicy
 
ALWAYS - Static variable in class org.apache.archiva.policies.AbstractUpdatePolicy
The ALWAYS policy setting means that the artifact is always uipdated from the remote repo.
ALWAYS - Static variable in class org.apache.archiva.policies.PropagateErrorsOnUpdateDownloadPolicy
Signifies any error should cause a failure whether the artifact is already present or not.
applyPolicy(String, Properties, File) - Method in class org.apache.archiva.policies.AbstractUpdatePolicy
 
applyPolicy(String, Properties, File) - Method in class org.apache.archiva.policies.CachedFailuresPolicy
 
applyPolicy(String, Properties, File) - Method in class org.apache.archiva.policies.ChecksumPolicy
 
applyPolicy(String, Properties, File, Exception, Map<String, Exception>) - Method in interface org.apache.archiva.policies.DownloadErrorPolicy
Apply the download error policy.
applyPolicy(String, Properties, File) - Method in interface org.apache.archiva.policies.DownloadPolicy
Apply the download policy.
applyPolicy(String, Properties, File, Exception, Map<String, Exception>) - Method in class org.apache.archiva.policies.PropagateErrorsDownloadPolicy
 
applyPolicy(String, Properties, File, Exception, Map<String, Exception>) - Method in class org.apache.archiva.policies.PropagateErrorsOnUpdateDownloadPolicy
 

C

CachedFailuresPolicy - Class in org.apache.archiva.policies
PreDownloadPolicy to check if the requested url has failed before.
CachedFailuresPolicy() - Constructor for class org.apache.archiva.policies.CachedFailuresPolicy
 
cacheFailure(String) - Method in class org.apache.archiva.policies.urlcache.DefaultUrlFailureCache
 
cacheFailure(String) - Method in interface org.apache.archiva.policies.urlcache.UrlFailureCache
Store a URL in the cache as failed.
ChecksumPolicy - Class in org.apache.archiva.policies
ChecksumPolicy - a policy applied after the download to see if the file has been downloaded successfully and completely (or not).
ChecksumPolicy() - Constructor for class org.apache.archiva.policies.ChecksumPolicy
 

D

DAILY - Static variable in class org.apache.archiva.policies.AbstractUpdatePolicy
The DAILY policy means that the artifact retrieval occurs only if one of the following conditions are met...
DefaultUrlFailureCache - Class in org.apache.archiva.policies.urlcache
DefaultUrlFailureCache
DefaultUrlFailureCache(Cache) - Constructor for class org.apache.archiva.policies.urlcache.DefaultUrlFailureCache
 
DownloadErrorPolicy - Interface in org.apache.archiva.policies
Policy to apply after the download has completed, but before the resource is made available to the calling client.
DownloadPolicy - Interface in org.apache.archiva.policies
DownloadPolicy

F

FAIL - Static variable in class org.apache.archiva.policies.ChecksumPolicy
The FAIL policy indicates that if the checksum does not match the downloaded file, then remove the downloaded artifact, and checksum files, and fail the transfer to the client side.
FIX - Static variable in class org.apache.archiva.policies.ChecksumPolicy
The FIX policy indicates that if the checksum does not match the downloaded file, then fix the checksum file locally, and return to the client side the corrected checksum.

G

getDefaultOption() - Method in class org.apache.archiva.policies.CachedFailuresPolicy
 
getDefaultOption() - Method in class org.apache.archiva.policies.ChecksumPolicy
 
getDefaultOption() - Method in interface org.apache.archiva.policies.Policy
Get the default option for this policy.
getDefaultOption() - Method in class org.apache.archiva.policies.PropagateErrorsDownloadPolicy
 
getDefaultOption() - Method in class org.apache.archiva.policies.PropagateErrorsOnUpdateDownloadPolicy
 
getDefaultOption() - Method in class org.apache.archiva.policies.ReleasesPolicy
getDefaultOption() - Method in class org.apache.archiva.policies.SnapshotsPolicy
getFailures() - Method in exception org.apache.archiva.policies.ProxyDownloadException
 
getId() - Method in class org.apache.archiva.policies.CachedFailuresPolicy
 
getId() - Method in class org.apache.archiva.policies.ChecksumPolicy
 
getId() - Method in interface org.apache.archiva.policies.Policy
Get the id for this policy.
getId() - Method in class org.apache.archiva.policies.PropagateErrorsDownloadPolicy
 
getId() - Method in class org.apache.archiva.policies.PropagateErrorsOnUpdateDownloadPolicy
 
getId() - Method in class org.apache.archiva.policies.ReleasesPolicy
 
getId() - Method in class org.apache.archiva.policies.SnapshotsPolicy
 
getName() - Method in class org.apache.archiva.policies.CachedFailuresPolicy
 
getName() - Method in class org.apache.archiva.policies.ChecksumPolicy
 
getName() - Method in interface org.apache.archiva.policies.Policy
Get the display name for this policy.
getName() - Method in class org.apache.archiva.policies.PropagateErrorsDownloadPolicy
 
getName() - Method in class org.apache.archiva.policies.PropagateErrorsOnUpdateDownloadPolicy
 
getName() - Method in class org.apache.archiva.policies.ReleasesPolicy
 
getName() - Method in class org.apache.archiva.policies.SnapshotsPolicy
 
getOptions() - Method in class org.apache.archiva.policies.AbstractUpdatePolicy
 
getOptions() - Method in class org.apache.archiva.policies.CachedFailuresPolicy
 
getOptions() - Method in class org.apache.archiva.policies.ChecksumPolicy
 
getOptions() - Method in interface org.apache.archiva.policies.Policy
Get the list of options for this policy.
getOptions() - Method in class org.apache.archiva.policies.PropagateErrorsDownloadPolicy
 
getOptions() - Method in class org.apache.archiva.policies.PropagateErrorsOnUpdateDownloadPolicy
 
getUpdateMode() - Method in class org.apache.archiva.policies.AbstractUpdatePolicy
 
getUpdateMode() - Method in class org.apache.archiva.policies.ReleasesPolicy
 
getUpdateMode() - Method in class org.apache.archiva.policies.SnapshotsPolicy
 

H

hasFailedBefore(String) - Method in class org.apache.archiva.policies.urlcache.DefaultUrlFailureCache
 
hasFailedBefore(String) - Method in interface org.apache.archiva.policies.urlcache.UrlFailureCache
Test if a specified URL has failed before.
HOURLY - Static variable in class org.apache.archiva.policies.AbstractUpdatePolicy
The HOURLY policy means that the artifact retrieval occurs only if one of the following conditions are met...

I

IGNORE - Static variable in class org.apache.archiva.policies.ChecksumPolicy
The IGNORE policy indicates that if the checksum policy is ignored, and the state of, contents of, or validity of the checksum files are not checked.
IGNORE - Static variable in class org.apache.archiva.policies.PropagateErrorsDownloadPolicy
Ignore errors and treat as if it were not found.
isSnapshotPolicy() - Method in class org.apache.archiva.policies.AbstractUpdatePolicy
 
isSnapshotPolicy() - Method in class org.apache.archiva.policies.ReleasesPolicy
 
isSnapshotPolicy() - Method in class org.apache.archiva.policies.SnapshotsPolicy
 

N

NEVER - Static variable in class org.apache.archiva.policies.AbstractUpdatePolicy
The NEVER policy setting means that the artifact is never updated from the remote repo.
NO - Static variable in class org.apache.archiva.policies.CachedFailuresPolicy
The NO policy setting means that the the existence of old failures is not checked.
NOT_PRESENT - Static variable in class org.apache.archiva.policies.PropagateErrorsOnUpdateDownloadPolicy
Signifies any error should cause a failure only if the artifact is not already present.

O

ONCE - Static variable in class org.apache.archiva.policies.AbstractUpdatePolicy
The ONCE policy means that the artifact retrieval occurs only if the local artifact is not present.
org.apache.archiva.policies - package org.apache.archiva.policies
 
org.apache.archiva.policies.urlcache - package org.apache.archiva.policies.urlcache
 

P

Policy - Interface in org.apache.archiva.policies
 
PolicyConfigurationException - Exception in org.apache.archiva.policies
PolicyConfigurationException is thrown when a policy cannot be executed due to a configuration issue.
PolicyConfigurationException(String, Throwable) - Constructor for exception org.apache.archiva.policies.PolicyConfigurationException
 
PolicyConfigurationException(String) - Constructor for exception org.apache.archiva.policies.PolicyConfigurationException
 
PolicyViolationException - Exception in org.apache.archiva.policies
PolicyViolationException
PolicyViolationException(String, Throwable) - Constructor for exception org.apache.archiva.policies.PolicyViolationException
 
PolicyViolationException(String) - Constructor for exception org.apache.archiva.policies.PolicyViolationException
 
PostDownloadPolicy - Interface in org.apache.archiva.policies
Policy to apply after the download has completed, but before the resource is made available to the calling client.
PreDownloadPolicy - Interface in org.apache.archiva.policies
Policy to apply before the download is attempted.
PropagateErrorsDownloadPolicy - Class in org.apache.archiva.policies
PropagateErrorsPolicy - a policy applied on error to determine how to treat the error.
PropagateErrorsDownloadPolicy() - Constructor for class org.apache.archiva.policies.PropagateErrorsDownloadPolicy
 
PropagateErrorsOnUpdateDownloadPolicy - Class in org.apache.archiva.policies
PropagateErrorsPolicy - a policy applied on error to determine how to treat the error.
PropagateErrorsOnUpdateDownloadPolicy() - Constructor for class org.apache.archiva.policies.PropagateErrorsOnUpdateDownloadPolicy
 
ProxyDownloadException - Exception in org.apache.archiva.policies
One or more exceptions occurred downloading from a remote repository during the proxy phase.
ProxyDownloadException(String, String, Exception) - Constructor for exception org.apache.archiva.policies.ProxyDownloadException
 
ProxyDownloadException(String, Map<String, Exception>) - Constructor for exception org.apache.archiva.policies.ProxyDownloadException
 

Q

QUEUE - Static variable in class org.apache.archiva.policies.PropagateErrorsDownloadPolicy
Propagate errors at the end after all are gathered, if there was no successful download from other proxies.

R

ReleasesPolicy - Class in org.apache.archiva.policies
PreDownloadPolicy to apply for released versions.
ReleasesPolicy() - Constructor for class org.apache.archiva.policies.ReleasesPolicy
 

S

SnapshotsPolicy - Class in org.apache.archiva.policies
PreDownloadPolicy to apply for snapshot versions.
SnapshotsPolicy() - Constructor for class org.apache.archiva.policies.SnapshotsPolicy
 
STOP - Static variable in class org.apache.archiva.policies.PropagateErrorsDownloadPolicy
Signifies any error should stop searching for other proxies.

U

UrlFailureCache - Interface in org.apache.archiva.policies.urlcache
Cache for requested URLs that cannot be fetched.

Y

YES - Static variable in class org.apache.archiva.policies.CachedFailuresPolicy
The YES policy setting means that the existence of old failures is checked, and will prevent the request from being performed against the remote repo.
A C D F G H I N O P Q R S U Y 
Skip navigation links

Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.