Uses of Class
org.eclipse.aether.spi.connector.ArtifactDownload
Packages that use ArtifactDownload
Package
Description
The contract to access artifacts/metadata in remote repositories.
-
Uses of ArtifactDownload in org.eclipse.aether.internal.impl.checksum
Methods in org.eclipse.aether.internal.impl.checksum with parameters of type ArtifactDownloadModifier and TypeMethodDescriptionTrustedToProvidedChecksumsSourceAdapter.getProvidedArtifactChecksums(RepositorySystemSession session, ArtifactDownload transfer, RemoteRepository repository, List<ChecksumAlgorithmFactory> checksumAlgorithmFactories) -
Uses of ArtifactDownload in org.eclipse.aether.internal.impl.filter
Method parameters in org.eclipse.aether.internal.impl.filter with type arguments of type ArtifactDownloadModifier and TypeMethodDescriptionvoidFilteringRepositoryConnector.get(Collection<? extends ArtifactDownload> artifactDownloads, Collection<? extends MetadataDownload> metadataDownloads) -
Uses of ArtifactDownload in org.eclipse.aether.internal.impl.offline
Method parameters in org.eclipse.aether.internal.impl.offline with type arguments of type ArtifactDownloadModifier and TypeMethodDescriptionvoidOfflineRepositoryConnector.get(Collection<? extends ArtifactDownload> artifactDownloads, Collection<? extends MetadataDownload> metadataDownloads) -
Uses of ArtifactDownload in org.eclipse.aether.spi.checksums
Methods in org.eclipse.aether.spi.checksums with parameters of type ArtifactDownloadModifier 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, ornullif it have no checksums available for given transfer. -
Uses of ArtifactDownload in org.eclipse.aether.spi.connector
Methods in org.eclipse.aether.spi.connector that return ArtifactDownloadModifier 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.Deprecated.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) Method parameters in org.eclipse.aether.spi.connector with type arguments of type ArtifactDownloadModifier and TypeMethodDescriptionvoidRepositoryConnector.get(Collection<? extends ArtifactDownload> artifactDownloads, Collection<? extends MetadataDownload> metadataDownloads) Performs the specified downloads.