| Package | Description |
|---|---|
| org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
| 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 |
WagonTransporterFactory
A transporter factory using Apache Maven Wagon.
|