Uses of Class
org.eclipse.aether.spi.connector.ArtifactDownload
Packages that use ArtifactDownload
Package
Description
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
The various sub components that collectively implement the repository system.
The contract to access artifacts/metadata in remote repositories.
-
Uses of ArtifactDownload in org.eclipse.aether.connector.basic
Method parameters in org.eclipse.aether.connector.basic with type arguments of type ArtifactDownloadModifier and TypeMethodDescriptionvoidBasicRepositoryConnector.get(Collection<? extends ArtifactDownload> artifactDownloads, Collection<? extends MetadataDownload> metadataDownloads) -
Uses of ArtifactDownload in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl declared as ArtifactDownloadModifier and TypeFieldDescription(package private) ArtifactDownloadDefaultArtifactResolver.ResolutionItem.downloadMethods in org.eclipse.aether.internal.impl that return types with arguments of type ArtifactDownloadModifier and TypeMethodDescriptionprivate List<ArtifactDownload>DefaultArtifactResolver.gatherDownloads(RepositorySystemSession session, DefaultArtifactResolver.ResolutionGroup group) -
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.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.