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
(org.eclipse.aether.transfer.MetadataTransferException exception) Sets the exception that occurred during the transfer.Sets the local file the metadata is downloaded to or uploaded from.MetadataTransfer.setMetadata
(org.eclipse.aether.metadata.Metadata metadata) Sets the metadata to transfer.