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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
TransferTransportListener<T extends Transfer> |
Modifier and Type | Field and Description |
---|---|
private T |
TransferTransportListener.transfer |
Modifier and Type | Class and Description |
---|---|
class |
ArtifactDownload
A download of an artifact from a remote repository.
|
class |
ArtifactTransfer
A download/upload of an artifact.
|
class |
ArtifactUpload
An upload of an artifact to a remote repository.
|
class |
MetadataDownload
A download of metadata from a remote repository.
|
class |
MetadataTransfer
A download/upload of metadata.
|
class |
MetadataUpload
An upload of metadata to a remote repository.
|
Modifier and Type | Method and Description |
---|---|
(package private) Transfer |
Transfer.setListener(TransferListener listener)
Sets the listener that is to be notified during the transfer.
|
(package private) Transfer |
Transfer.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this transfer is issued.
|