Package | Description |
---|---|
org.apache.archiva.policies |
Modifier and Type | Field and Description |
---|---|
static ChecksumOption |
ChecksumPolicy.FAIL
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.
|
static ChecksumOption |
ChecksumPolicy.FIX
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.
|
static ChecksumOption |
ChecksumPolicy.IGNORE
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.
|
Modifier and Type | Method and Description |
---|---|
static ChecksumOption |
ChecksumOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumOption[] |
ChecksumOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.