Uses of Class
org.eclipse.aether.spi.connector.ArtifactDownload
-
Packages that use ArtifactDownload Package Description org.eclipse.aether.connector.basic Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.internal.impl.checksum org.eclipse.aether.internal.impl.filter org.eclipse.aether.spi.checksums org.eclipse.aether.spi.connector The contract to access artifacts/metadata in remote repositories.org.eclipse.aether.spi.connector.checksum The support infrastructure for repository connectors to apply checksum policies when validating the integrity of downloaded files. -
-
Uses of ArtifactDownload in org.eclipse.aether.connector.basic
Method parameters in org.eclipse.aether.connector.basic with type arguments of type ArtifactDownload Modifier and Type Method Description void
BasicRepositoryConnector. get(java.util.Collection<? extends ArtifactDownload> artifactDownloads, java.util.Collection<? extends MetadataDownload> metadataDownloads)
-
Uses of ArtifactDownload in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl declared as ArtifactDownload Modifier and Type Field Description (package private) ArtifactDownload
DefaultArtifactResolver.ResolutionItem. download
Methods in org.eclipse.aether.internal.impl that return types with arguments of type ArtifactDownload Modifier and Type Method Description private java.util.List<ArtifactDownload>
DefaultArtifactResolver. gatherDownloads(RepositorySystemSession session, DefaultArtifactResolver.ResolutionGroup group)
-
Uses of ArtifactDownload in org.eclipse.aether.internal.impl.checksum
Methods in org.eclipse.aether.internal.impl.checksum with parameters of type ArtifactDownload Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
TrustedToProvidedChecksumsSourceAdapter. getProvidedArtifactChecksums(RepositorySystemSession session, ArtifactDownload transfer, RemoteRepository repository, java.util.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 ArtifactDownload Modifier and Type Method Description void
FilteringRepositoryConnector. get(java.util.Collection<? extends ArtifactDownload> artifactDownloads, java.util.Collection<? extends MetadataDownload> metadataDownloads)
-
Uses of ArtifactDownload in org.eclipse.aether.spi.checksums
Methods in org.eclipse.aether.spi.checksums with parameters of type ArtifactDownload Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
ProvidedChecksumsSource. getProvidedArtifactChecksums(RepositorySystemSession session, ArtifactDownload transfer, RemoteRepository remoteRepository, java.util.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
Methods in org.eclipse.aether.spi.connector that return ArtifactDownload Modifier and Type Method Description ArtifactDownload
ArtifactDownload. setArtifact(Artifact artifact)
ArtifactDownload
ArtifactDownload. setChecksumPolicy(java.lang.String checksumPolicy)
Sets the checksum policy for this transfer.ArtifactDownload
ArtifactDownload. setException(ArtifactTransferException exception)
ArtifactDownload
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
ArtifactDownload. setFile(java.io.File file)
ArtifactDownload
ArtifactDownload. setListener(TransferListener listener)
ArtifactDownload
ArtifactDownload. setRepositories(java.util.List<RemoteRepository> repositories)
Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.ArtifactDownload
ArtifactDownload. setRequestContext(java.lang.String context)
Sets the context of this transfer.ArtifactDownload
ArtifactDownload. setSupportedContexts(java.util.Collection<java.lang.String> contexts)
Sets the set of request contexts in which the artifact is generally available.ArtifactDownload
ArtifactDownload. setTrace(RequestTrace trace)
Method parameters in org.eclipse.aether.spi.connector with type arguments of type ArtifactDownload Modifier and Type Method Description void
RepositoryConnector. get(java.util.Collection<? extends ArtifactDownload> artifactDownloads, java.util.Collection<? extends MetadataDownload> metadataDownloads)
Performs the specified downloads. -
Uses of ArtifactDownload in org.eclipse.aether.spi.connector.checksum
Methods in org.eclipse.aether.spi.connector.checksum with parameters of type ArtifactDownload Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
ProvidedChecksumsSource. getProvidedArtifactChecksums(RepositorySystemSession session, ArtifactDownload transfer, java.util.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.
-