| Package | Description |
|---|---|
| org.eclipse.aether.transport.classpath |
Support for downloads that utilize the classpath as "remote" storage.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ClasspathTransporter
A transporter reading from the classpath.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
FileTransporter
A transporter using
File. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
HttpTransporter
A transporter for HTTP/HTTPS.
|