Package | Description |
---|---|
org.apache.archiva.policies | |
org.apache.archiva.proxy |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 |
ReleasesPolicy
PreDownloadPolicy to apply for released versions. |
class |
SnapshotsPolicy
PreDownloadPolicy to apply for snapshot versions. |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultRepositoryProxyConnectors.validatePolicies(Map<String,? extends DownloadPolicy> policies,
Map<String,String> settings,
Properties request,
File localFile)
Apply the policies.
|
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.