Package | Description |
---|---|
org.eclipse.aether.internal.transport.wagon |
Integration with the Plexus IoC container which is the native runtime environment expected by many wagon
implementations.
|
org.eclipse.aether.transport.wagon |
Support for downloads/uploads using Apache Maven Wagon.
|
Modifier and Type | Class and Description |
---|---|
class |
PlexusWagonConfigurator
A wagon configurator based on the Plexus component configuration framework.
|
Modifier and Type | Field and Description |
---|---|
private WagonConfigurator |
WagonTransporterFactory.wagonConfigurator |
private WagonConfigurator |
WagonTransporter.wagonConfigurator |
Modifier and Type | Method and Description |
---|---|
WagonTransporterFactory |
WagonTransporterFactory.setWagonConfigurator(WagonConfigurator wagonConfigurator)
Sets the wagon configurator to use to apply provider-specific configuration to wagon instances.
|
Constructor and Description |
---|
WagonTransporter(WagonProvider wagonProvider,
WagonConfigurator wagonConfigurator,
RemoteRepository repository,
RepositorySystemSession session,
Logger logger) |
WagonTransporterFactory(WagonProvider wagonProvider,
WagonConfigurator wagonConfigurator,
LoggerFactory loggerFactory) |