Uses of Class
org.eclipse.aether.spi.connector.MetadataDownload
Packages that use MetadataDownload
Package
Description
The contract to access artifacts/metadata in remote repositories.
-
Uses of MetadataDownload in org.eclipse.aether.internal.impl.checksum
Methods in org.eclipse.aether.internal.impl.checksum with parameters of type MetadataDownloadModifier and TypeMethodDescriptionTrustedToProvidedChecksumsSourceAdapter.getProvidedMetadataChecksums(RepositorySystemSession session, MetadataDownload transfer, RemoteRepository repository, List<ChecksumAlgorithmFactory> checksumAlgorithmFactories) -
Uses of MetadataDownload in org.eclipse.aether.spi.checksums
Methods in org.eclipse.aether.spi.checksums with parameters of type MetadataDownloadModifier and TypeMethodDescriptionProvidedChecksumsSource.getProvidedMetadataChecksums(RepositorySystemSession session, MetadataDownload transfer, RemoteRepository remoteRepository, List<ChecksumAlgorithmFactory> checksumAlgorithmFactories) May return the provided checksums (for given metadata transfer) from source other than remote repository, ornullif it has no checksums available for given transfer. -
Uses of MetadataDownload in org.eclipse.aether.spi.connector
Methods in org.eclipse.aether.spi.connector that return MetadataDownloadModifier and TypeMethodDescriptionMetadataDownload.setChecksumPolicy(String checksumPolicy) Sets the checksum policy for this transfer.MetadataDownload.setException(MetadataTransferException exception) Deprecated.MetadataDownload.setListener(TransferListener listener) MetadataDownload.setMetadata(Metadata metadata) MetadataDownload.setRepositories(List<RemoteRepository> repositories) Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.MetadataDownload.setRequestContext(String context) Sets the request context of this transfer.MetadataDownload.setTrace(RequestTrace trace)