Uses of Enum
org.eclipse.aether.spi.connector.checksum.ChecksumPolicy.ChecksumKind
Packages that use 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
Subclasses with type arguments of type ChecksumPolicy.ChecksumKind in org.eclipse.aether.spi.connector.checksumModifier and TypeClassDescriptionstatic enumEnum denoting origin of checksum.Methods in org.eclipse.aether.spi.connector.checksum that return ChecksumPolicy.ChecksumKindModifier and TypeMethodDescriptionstatic ChecksumPolicy.ChecksumKindReturns 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.Methods in org.eclipse.aether.spi.connector.checksum with parameters of type ChecksumPolicy.ChecksumKindModifier and TypeMethodDescriptionvoidChecksumPolicy.onChecksumError(String algorithm, ChecksumPolicy.ChecksumKind kind, org.eclipse.aether.transfer.ChecksumFailureException exception) Signals an error while computing the local checksum value or retrieving the checksum value from the remote repository.booleanChecksumPolicy.onChecksumMatch(String algorithm, ChecksumPolicy.ChecksumKind kind) Signals a match between the locally computed checksum value and the checksum value declared by the remote repository.voidChecksumPolicy.onChecksumMismatch(String algorithm, ChecksumPolicy.ChecksumKind kind, org.eclipse.aether.transfer.ChecksumFailureException exception) Signals a mismatch between the locally computed checksum value and the checksum value declared by the remote repository.