Uses of Class
org.eclipse.aether.spi.connector.MetadataTransfer
Package
Description
The contract to access artifacts/metadata in remote repositories.
-
Uses of MetadataTransfer in org.eclipse.aether.spi.connector
Modifier and TypeClassDescriptionfinal class
A download of metadata from a remote repository.final class
An upload of metadata to a remote repository.Modifier and TypeMethodDescriptionMetadataTransfer.setException
(MetadataTransferException exception) Sets the exception that occurred during the transfer.Sets the local file the metadata is downloaded to or uploaded from.MetadataTransfer.setMetadata
(Metadata metadata) Sets the metadata to transfer.