Package | Description |
---|---|
org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
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(org.eclipse.aether.transfer.MetadataTransferException exception)
Sets the exception that occurred during the transfer.
|
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.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.
|
MetadataTransfer |
MetadataTransfer.setMetadata(org.eclipse.aether.metadata.Metadata metadata)
Sets the metadata to transfer.
|
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.