| Package | Description | 
|---|---|
| org.eclipse.aether.spi.connector | The contract to access artifacts/metadata in remote repositories. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MetadataDownloadA download of metadata from a remote repository. | 
| class  | MetadataUploadAn upload of metadata to a remote repository. | 
| Modifier and Type | Method and Description | 
|---|---|
| MetadataTransfer | MetadataTransfer. setException(org.eclipse.aether.transfer.MetadataTransferException exception)Sets the exception that occurred during the transfer. | 
| MetadataTransfer | MetadataTransfer. setFile(File file)Sets the local file the metadata is downloaded to or uploaded from. | 
| MetadataTransfer | MetadataTransfer. setMetadata(org.eclipse.aether.metadata.Metadata metadata)Sets the metadata to transfer. | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.