Package | Description |
---|---|
org.eclipse.aether.spi.connector.transport |
The contract to download/upload URI-based resources using custom transport protocols.
|
org.eclipse.aether.transport.file |
Support for downloads/uploads using the local filesystem as "remote" storage.
|
org.eclipse.aether.transport.http |
Support for downloads/uploads via the HTTP and HTTPS protocols.
|
org.eclipse.aether.transport.wagon |
Support for downloads/uploads using Apache Maven Wagon.
|
Modifier and Type | Class and Description |
---|---|
class |
GetTask
A task to download a resource from the remote repository.
|
class |
PeekTask
A task to check the existence of a resource in the remote repository.
|
class |
PutTask
A task to upload a resource to the remote repository.
|
Modifier and Type | Method and Description |
---|---|
(package private) TransportTask |
TransportTask.setListener(TransportListener listener)
Sets the listener that is to be notified during the transfer.
|
(package private) TransportTask |
TransportTask.setLocation(java.net.URI location) |
Modifier and Type | Method and Description |
---|---|
private void |
AbstractTransporter.failIfClosed(TransportTask task) |
Modifier and Type | Method and Description |
---|---|
private java.io.File |
FileTransporter.getFile(TransportTask task,
boolean required) |
Modifier and Type | Method and Description |
---|---|
private java.net.URI |
HttpTransporter.resolve(TransportTask task) |
Modifier and Type | Method and Description |
---|---|
private void |
WagonTransporter.execute(TransportTask task,
WagonTransporter.TaskRunner runner) |