Uses of Class
org.eclipse.aether.spi.connector.Transfer
-
Packages that use Transfer 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.spi.connector 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 Transfer Modifier and Type Class Description (package private) class
TransferTransportListener<T extends Transfer>
Fields in org.eclipse.aether.connector.basic declared as Transfer Modifier and Type Field Description private T
TransferTransportListener. transfer
-
Uses of Transfer in org.eclipse.aether.spi.connector
Subclasses of Transfer in org.eclipse.aether.spi.connector Modifier and Type Class Description class
ArtifactDownload
A download of an artifact from a remote repository.class
ArtifactTransfer
A download/upload of an artifact.class
ArtifactUpload
An upload of an artifact to a remote repository.class
MetadataDownload
A download of metadata from a remote repository.class
MetadataTransfer
A download/upload of metadata.class
MetadataUpload
An upload of metadata to a remote repository.Methods in org.eclipse.aether.spi.connector that return Transfer Modifier and Type Method Description (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.
-