Uses of Class
org.eclipse.aether.spi.connector.layout.RepositoryLayout.ChecksumLocation
Package
Description
The contract to locate URI-based resources using custom repository layouts.
-
Uses of RepositoryLayout.ChecksumLocation in org.eclipse.aether.spi.connector.layout
Modifier and TypeMethodDescriptionRepositoryLayout.ChecksumLocation.forLocation
(URI location, ChecksumAlgorithmFactory checksumAlgorithmFactory) Creates a checksum descriptor for the specified artifact/metadata location and algorithm.Modifier and TypeMethodDescriptionRepositoryLayout.getChecksumLocations
(Artifact artifact, boolean upload, URI location) Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the specified artifact.RepositoryLayout.getChecksumLocations
(Metadata metadata, boolean upload, URI location) Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the specified metadata.