| Package | Description |
|---|---|
| org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MetadataDownload |
A download of metadata from a remote repository.
|
class |
MetadataUpload |
An upload of metadata to a remote repository.
|
| Modifier and Type | Method | Description |
|---|---|---|
MetadataTransfer |
MetadataTransfer.setException(org.eclipse.aether.transfer.MetadataTransferException exception) |
Sets the exception that occurred during the transfer.
|
MetadataTransfer |
MetadataTransfer.setFile(java.io.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.
|