Uses of Class
org.eclipse.aether.transfer.ChecksumFailureException
Package
Description
The support infrastructure for repository connectors to apply checksum policies when validating the integrity of
downloaded files.
-
Uses of ChecksumFailureException in org.eclipse.aether.spi.connector.checksum
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.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.boolean
ChecksumPolicy.onTransferChecksumFailure
(ChecksumFailureException exception) Signals that (even after a potential retry) checksum validation has failed.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.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.void
ChecksumPolicy.onNoMoreChecksums()
Signals that all available checksums have been processed.