Uses of Class
org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
Packages that use RepositoryLayout.Checksum
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.Checksum in org.eclipse.aether.connector.basic
Fields in org.eclipse.aether.connector.basic with type parameters of type RepositoryLayout.ChecksumModifier and TypeFieldDescriptionprivate final Collection<RepositoryLayout.Checksum>
BasicRepositoryConnector.PutTaskRunner.checksums
private final Collection<RepositoryLayout.Checksum>
ChecksumValidator.checksums
Method parameters in org.eclipse.aether.connector.basic with type arguments of type RepositoryLayout.ChecksumModifier and TypeMethodDescriptionstatic ChecksumCalculator
ChecksumCalculator.newInstance
(File targetFile, Collection<RepositoryLayout.Checksum> checksums) Constructor parameters in org.eclipse.aether.connector.basic with type arguments of type RepositoryLayout.ChecksumModifierConstructorDescriptionprivate
ChecksumCalculator
(File targetFile, Collection<RepositoryLayout.Checksum> checksums) (package private)
ChecksumValidator
(File dataFile, FileProcessor fileProcessor, ChecksumValidator.ChecksumFetcher checksumFetcher, ChecksumPolicy checksumPolicy, Collection<RepositoryLayout.Checksum> checksums) (package private)
GetTaskRunner
(URI path, File file, ChecksumPolicy checksumPolicy, List<RepositoryLayout.Checksum> checksums, TransferTransportListener<?> listener) (package private)
PutTaskRunner
(URI path, File file, List<RepositoryLayout.Checksum> checksums, TransferTransportListener<?> listener) (package private)
PutTaskRunner
(URI path, File file, FileTransformer fileTransformer, List<RepositoryLayout.Checksum> checksums, 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.Checksum in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that return types with arguments of type RepositoryLayout.ChecksumModifier and TypeMethodDescriptionprivate List<RepositoryLayout.Checksum>
Maven2RepositoryLayoutFactory.Maven2RepositoryLayout.getChecksums
(URI location) Maven2RepositoryLayoutFactory.Maven2RepositoryLayout.getChecksums
(Artifact artifact, boolean upload, URI location) Maven2RepositoryLayoutFactory.Maven2RepositoryLayout.getChecksums
(Metadata metadata, boolean upload, URI location) Maven2RepositoryLayoutFactory.Maven2RepositoryLayoutEx.getChecksums
(Artifact artifact, boolean upload, URI location) -
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
(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
(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.