Uses of Enum
org.eclipse.aether.spi.connector.checksum.ChecksumPolicy.ChecksumKind
Package
Description
The support infrastructure for repository connectors to apply checksum policies when validating the integrity of
downloaded files.
-
Uses of ChecksumPolicy.ChecksumKind in org.eclipse.aether.spi.connector.checksum
Modifier and TypeMethodDescriptionstatic ChecksumPolicy.ChecksumKind
Returns the enum constant of this type with the specified name.static ChecksumPolicy.ChecksumKind[]
ChecksumPolicy.ChecksumKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ChecksumPolicy.onChecksumError
(String algorithm, ChecksumPolicy.ChecksumKind kind, ChecksumFailureException exception) Signals an error while computing the local checksum value or retrieving the checksum value from the remote repository.boolean
ChecksumPolicy.onChecksumMatch
(String algorithm, ChecksumPolicy.ChecksumKind kind) Signals a match between the locally computed checksum value and the checksum value declared by the remote repository.void
ChecksumPolicy.onChecksumMismatch
(String algorithm, ChecksumPolicy.ChecksumKind kind, ChecksumFailureException exception) Signals a mismatch between the locally computed checksum value and the checksum value declared by the remote repository.