Package | Description |
---|---|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
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 | Field and Description |
---|---|
private java.util.Collection<TransporterFactory> |
DefaultTransporterProvider.factories |
Modifier and Type | Method and Description |
---|---|
DefaultTransporterProvider |
DefaultTransporterProvider.addTransporterFactory(TransporterFactory factory) |
Modifier and Type | Method and Description |
---|---|
DefaultTransporterProvider |
DefaultTransporterProvider.setTransporterFactories(java.util.Collection<TransporterFactory> factories) |
Constructor and Description |
---|
DefaultTransporterProvider(java.util.Set<TransporterFactory> transporterFactories) |
Modifier and Type | Class and Description |
---|---|
class |
FileTransporterFactory
A transporter factory for repositories using the
file: protocol. |
Modifier and Type | Class and Description |
---|---|
class |
HttpTransporterFactory
A transporter factory for repositories using the
http: or https: protocol. |
Modifier and Type | Class and Description |
---|---|
class |
WagonTransporterFactory
A transporter factory using Apache Maven Wagon.
|