Uses of Class
org.eclipse.aether.spi.connector.layout.RepositoryLayout.ChecksumLocation
Packages that use RepositoryLayout.ChecksumLocation
Package
Description
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
The various sub components that collectively implement the repository system.
The contract to locate URI-based resources using custom repository layouts.
-
Uses of RepositoryLayout.ChecksumLocation in org.eclipse.aether.connector.basic
Fields in org.eclipse.aether.connector.basic with type parameters of type RepositoryLayout.ChecksumLocationModifier and TypeFieldDescriptionprivate final Collection
<RepositoryLayout.ChecksumLocation> BasicRepositoryConnector.PutTaskRunner.checksumLocations
private final Collection
<RepositoryLayout.ChecksumLocation> ChecksumValidator.checksumLocations
Constructor parameters in org.eclipse.aether.connector.basic with type arguments of type RepositoryLayout.ChecksumLocationModifierConstructorDescription(package private)
PutTaskRunner
(URI path, File file, List<RepositoryLayout.ChecksumLocation> checksumLocations, TransferTransportListener<?> listener) (package private)
PutTaskRunner
(URI path, File file, FileTransformer fileTransformer, List<RepositoryLayout.ChecksumLocation> checksumLocations, TransferTransportListener<?> listener) IMPORTANT When using a fileTransformer, the content of the file is stored in memory to ensure that file content and checksums stay in sync! -
Uses of RepositoryLayout.ChecksumLocation in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that return types with arguments of type RepositoryLayout.ChecksumLocationModifier and TypeMethodDescriptionprivate List
<RepositoryLayout.ChecksumLocation> Maven2RepositoryLayoutFactory.Maven2RepositoryLayout.getChecksumLocations
(URI location) Maven2RepositoryLayoutFactory.Maven2RepositoryLayout.getChecksumLocations
(Artifact artifact, boolean upload, URI location) Maven2RepositoryLayoutFactory.Maven2RepositoryLayout.getChecksumLocations
(Metadata metadata, boolean upload, URI location) -
Uses of RepositoryLayout.ChecksumLocation in org.eclipse.aether.spi.connector.layout
Methods in org.eclipse.aether.spi.connector.layout that return RepositoryLayout.ChecksumLocationModifier and TypeMethodDescriptionRepositoryLayout.ChecksumLocation.forLocation
(URI location, ChecksumAlgorithmFactory checksumAlgorithmFactory) Creates a checksum 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.ChecksumLocationModifier 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.