Uses of Class
org.eclipse.aether.spi.connector.ArtifactDownload
Package
Description
The contract to access artifacts/metadata in remote repositories.
-
Uses of ArtifactDownload in org.eclipse.aether.spi.checksums
Modifier and TypeMethodDescriptionProvidedChecksumsSource.getProvidedArtifactChecksums
(org.eclipse.aether.RepositorySystemSession session, ArtifactDownload transfer, org.eclipse.aether.repository.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
(org.eclipse.aether.artifact.Artifact artifact) ArtifactDownload.setChecksumPolicy
(String checksumPolicy) Sets the checksum policy for this transfer.ArtifactDownload.setException
(org.eclipse.aether.transfer.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
(org.eclipse.aether.transfer.TransferListener listener) ArtifactDownload.setRepositories
(List<org.eclipse.aether.repository.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
(org.eclipse.aether.RequestTrace trace) Modifier and TypeMethodDescriptionvoid
RepositoryConnector.get
(Collection<? extends ArtifactDownload> artifactDownloads, Collection<? extends MetadataDownload> metadataDownloads) Performs the specified downloads.