Uses of Class
org.eclipse.aether.spi.connector.Transfer
Packages that use Transfer
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 Transfer in org.eclipse.aether.connector.basic
Classes in org.eclipse.aether.connector.basic with type parameters of type TransferModifier and TypeClassDescription(package private) classTransferTransportListener<T extends Transfer>Fields in org.eclipse.aether.connector.basic declared as Transfer -
Uses of Transfer in org.eclipse.aether.spi.connector
Subclasses of Transfer in org.eclipse.aether.spi.connectorModifier and TypeClassDescriptionfinal classA download of an artifact from a remote repository.classA download/upload of an artifact.final classAn upload of an artifact to a remote repository.final classA download of metadata from a remote repository.classA download/upload of metadata.final classAn upload of metadata to a remote repository.Methods in org.eclipse.aether.spi.connector that return TransferModifier and TypeMethodDescription(package private) TransferTransfer.setListener(TransferListener listener) Sets the listener that is to be notified during the transfer.(package private) TransferTransfer.setTrace(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this transfer is issued.