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) class
TransferTransportListener<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 class
A download of an artifact from a remote repository.class
A download/upload of an artifact.final class
An upload of an artifact to a remote repository.final class
A download of metadata from a remote repository.class
A download/upload of metadata.final class
An upload of metadata to a remote repository.Methods in org.eclipse.aether.spi.connector that return TransferModifier and TypeMethodDescription(package private) Transfer
Transfer.setListener
(TransferListener listener) Sets the listener that is to be notified during the transfer.(package private) Transfer
Transfer.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this transfer is issued.