Uses of Class
org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
-
Packages that use RepositoryLayout.Checksum Package Description org.eclipse.aether.connector.basic Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.spi.connector.layout 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.Checksum Modifier and Type Field Description private java.util.Collection<RepositoryLayout.Checksum>BasicRepositoryConnector.PutTaskRunner. checksumsprivate java.util.Collection<RepositoryLayout.Checksum>ChecksumValidator. checksumsMethod parameters in org.eclipse.aether.connector.basic with type arguments of type RepositoryLayout.Checksum Modifier and Type Method Description static ChecksumCalculatorChecksumCalculator. newInstance(java.io.File targetFile, java.util.Collection<RepositoryLayout.Checksum> checksums)Constructor parameters in org.eclipse.aether.connector.basic with type arguments of type RepositoryLayout.Checksum Constructor Description ChecksumCalculator(java.io.File targetFile, java.util.Collection<RepositoryLayout.Checksum> checksums)ChecksumValidator(java.io.File dataFile, FileProcessor fileProcessor, ChecksumValidator.ChecksumFetcher checksumFetcher, ChecksumPolicy checksumPolicy, java.util.Collection<RepositoryLayout.Checksum> checksums)GetTaskRunner(java.net.URI path, java.io.File file, ChecksumPolicy checksumPolicy, java.util.List<RepositoryLayout.Checksum> checksums, TransferTransportListener<?> listener)PutTaskRunner(java.net.URI path, java.io.File file, java.util.List<RepositoryLayout.Checksum> checksums, TransferTransportListener<?> listener)PutTaskRunner(java.net.URI path, java.io.File file, FileTransformer fileTransformer, java.util.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.Checksum Modifier and Type Method Description private java.util.List<RepositoryLayout.Checksum>Maven2RepositoryLayoutFactory.Maven2RepositoryLayout. getChecksums(java.net.URI location)java.util.List<RepositoryLayout.Checksum>Maven2RepositoryLayoutFactory.Maven2RepositoryLayout. getChecksums(Artifact artifact, boolean upload, java.net.URI location)java.util.List<RepositoryLayout.Checksum>Maven2RepositoryLayoutFactory.Maven2RepositoryLayout. getChecksums(Metadata metadata, boolean upload, java.net.URI location)java.util.List<RepositoryLayout.Checksum>Maven2RepositoryLayoutFactory.Maven2RepositoryLayoutEx. getChecksums(Artifact artifact, boolean upload, java.net.URI location) -
Uses of RepositoryLayout.Checksum in org.eclipse.aether.spi.connector.layout
Methods in org.eclipse.aether.spi.connector.layout that return RepositoryLayout.Checksum Modifier and Type Method Description static RepositoryLayout.ChecksumRepositoryLayout.Checksum. forLocation(java.net.URI location, java.lang.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.Checksum Modifier and Type Method Description java.util.List<RepositoryLayout.Checksum>RepositoryLayout. getChecksums(Artifact artifact, boolean upload, java.net.URI location)Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the specified artifact.java.util.List<RepositoryLayout.Checksum>RepositoryLayout. getChecksums(Metadata metadata, boolean upload, java.net.URI location)Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the specified metadata.
-