Uses of Class
org.eclipse.aether.spi.connector.ArtifactDownload
Package
Description
The contract to access artifacts/metadata in remote repositories.
The support infrastructure for repository connectors to apply checksum policies when validating the integrity of
downloaded files.
-
Uses of ArtifactDownload in org.eclipse.aether.internal.impl.checksum
Modifier and TypeMethodDescriptionTrustedToProvidedChecksumsSourceAdapter.getProvidedArtifactChecksums
(RepositorySystemSession session, ArtifactDownload transfer, RemoteRepository repository, List<ChecksumAlgorithmFactory> checksumAlgorithmFactories) -
Uses of ArtifactDownload in org.eclipse.aether.internal.impl.filter
Modifier and TypeMethodDescriptionvoid
FilteringRepositoryConnector.get
(Collection<? extends ArtifactDownload> artifactDownloads, Collection<? extends MetadataDownload> metadataDownloads) -
Uses of ArtifactDownload in org.eclipse.aether.spi.checksums
Modifier and TypeMethodDescriptionProvidedChecksumsSource.getProvidedArtifactChecksums
(RepositorySystemSession session, ArtifactDownload transfer, RemoteRepository remoteRepository, List<ChecksumAlgorithmFactory> checksumAlgorithmFactories) May return the provided checksums (for given artifact transfer) from source other than remote repository, ornull
if it have no checksums available for given transfer. -
Uses of ArtifactDownload in org.eclipse.aether.spi.connector
Modifier and TypeMethodDescriptionArtifactDownload.setArtifact
(Artifact artifact) ArtifactDownload.setChecksumPolicy
(String checksumPolicy) Sets the checksum policy for this transfer.ArtifactDownload.setException
(ArtifactTransferException exception) ArtifactDownload.setExistenceCheck
(boolean existenceCheck) Controls whether this transfer shall only verify the existence of the artifact in the remote repository rather than actually downloading the file.ArtifactDownload.setListener
(TransferListener listener) ArtifactDownload.setRepositories
(List<RemoteRepository> repositories) Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.ArtifactDownload.setRequestContext
(String context) Sets the context of this transfer.ArtifactDownload.setSupportedContexts
(Collection<String> contexts) Sets the set of request contexts in which the artifact is generally available.ArtifactDownload.setTrace
(RequestTrace trace) Modifier and TypeMethodDescriptionvoid
RepositoryConnector.get
(Collection<? extends ArtifactDownload> artifactDownloads, Collection<? extends MetadataDownload> metadataDownloads) Performs the specified downloads. -
Uses of ArtifactDownload in org.eclipse.aether.spi.connector.checksum
Modifier and TypeMethodDescriptionProvidedChecksumsSource.getProvidedArtifactChecksums
(RepositorySystemSession session, ArtifactDownload transfer, List<ChecksumAlgorithmFactory> checksumAlgorithmFactories) Deprecated.May return the provided checksums (for given artifact transfer) from source other than remote repository, ornull
if it have no checksums available for given transfer.