Uses of Class
org.eclipse.aether.spi.connector.ArtifactTransfer
Packages that use ArtifactTransfer
Package
Description
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
The contract to access artifacts/metadata in remote repositories.
-
Uses of ArtifactTransfer in org.eclipse.aether.connector.basic
Constructors in org.eclipse.aether.connector.basic with parameters of type ArtifactTransferModifierConstructorDescription(package private)ArtifactTransportListener(ArtifactTransfer transfer, RemoteRepository repository, TransferEvent.Builder eventBuilder) -
Uses of ArtifactTransfer in org.eclipse.aether.spi.connector
Subclasses of ArtifactTransfer in org.eclipse.aether.spi.connectorModifier and TypeClassDescriptionfinal classA download of an artifact from a remote repository.final classAn upload of an artifact to a remote repository.Methods in org.eclipse.aether.spi.connector that return ArtifactTransferModifier and TypeMethodDescriptionArtifactTransfer.setArtifact(Artifact artifact) Sets the artifact to transfer.ArtifactTransfer.setException(ArtifactTransferException exception) Sets the exception that occurred during the transfer.Sets the local file the artifact is downloaded to or uploaded from.