Uses of Interface
org.eclipse.aether.spi.connector.checksum.ChecksumPolicy
Package
Description
The support infrastructure for repository connectors to apply checksum policies when validating the integrity of
downloaded files.
-
Uses of ChecksumPolicy in org.eclipse.aether.spi.connector.checksum
Modifier and TypeMethodDescriptionChecksumPolicyProvider.newChecksumPolicy
(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.RemoteRepository repository, org.eclipse.aether.transfer.TransferResource resource, String policy) Retrieves the checksum policy with the specified identifier for use on the given remote resource.