Uses of Class
org.eclipse.aether.spi.connector.ArtifactUpload
Packages that use ArtifactUpload
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 ArtifactUpload in org.eclipse.aether.connector.basic
Method parameters in org.eclipse.aether.connector.basic with type arguments of type ArtifactUploadModifier and TypeMethodDescriptionvoid
BasicRepositoryConnector.put
(Collection<? extends ArtifactUpload> artifactUploads, Collection<? extends MetadataUpload> metadataUploads) -
Uses of ArtifactUpload in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl declared as ArtifactUploadModifier and TypeFieldDescriptionprivate final ArtifactUpload
DefaultDeployer.ArtifactUploadListener.transfer
Constructors in org.eclipse.aether.internal.impl with parameters of type ArtifactUploadModifierConstructorDescription(package private)
ArtifactUploadListener
(DefaultDeployer.EventCatapult catapult, ArtifactUpload transfer) -
Uses of ArtifactUpload in org.eclipse.aether.internal.impl.filter
Method parameters in org.eclipse.aether.internal.impl.filter with type arguments of type ArtifactUploadModifier and TypeMethodDescriptionvoid
FilteringRepositoryConnector.put
(Collection<? extends ArtifactUpload> artifactUploads, Collection<? extends MetadataUpload> metadataUploads) -
Uses of ArtifactUpload in org.eclipse.aether.spi.connector
Methods in org.eclipse.aether.spi.connector that return ArtifactUploadModifier and TypeMethodDescriptionArtifactUpload.setArtifact
(Artifact artifact) ArtifactUpload.setException
(ArtifactTransferException exception) ArtifactUpload.setFileTransformer
(FileTransformer fileTransformer) ArtifactUpload.setListener
(TransferListener listener) ArtifactUpload.setTrace
(RequestTrace trace) Method parameters in org.eclipse.aether.spi.connector with type arguments of type ArtifactUploadModifier and TypeMethodDescriptionvoid
RepositoryConnector.put
(Collection<? extends ArtifactUpload> artifactUploads, Collection<? extends MetadataUpload> metadataUploads) Performs the specified uploads.