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.
|
Constructor and Description |
---|
MetadataTransportListener(MetadataTransfer transfer,
RemoteRepository repository,
TransferEvent.Builder eventBuilder) |
Modifier and Type | Class and 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 and Description |
---|---|
MetadataTransfer |
MetadataTransfer.setException(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(Metadata metadata)
Sets the metadata to transfer.
|