Uses of Class
org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
Packages that use RepositoryLayout.Checksum
Package
Description
The contract to locate URI-based resources using custom repository layouts.
-
Uses of RepositoryLayout.Checksum in org.eclipse.aether.spi.connector.layout
Methods in org.eclipse.aether.spi.connector.layout that return RepositoryLayout.ChecksumModifier and TypeMethodDescriptionstatic RepositoryLayout.Checksum
RepositoryLayout.Checksum.forLocation
(URI location, String algorithm) Creates a checksum file descriptor for the specified artifact/metadata location and algorithm.Methods in org.eclipse.aether.spi.connector.layout that return types with arguments of type RepositoryLayout.ChecksumModifier and TypeMethodDescriptionRepositoryLayout.getChecksums
(org.eclipse.aether.artifact.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.getChecksums
(org.eclipse.aether.metadata.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.