Uses of Interface
org.eclipse.aether.transport.wagon.WagonConfigurator
Package
Description
Integration with the IoC container which is the native runtime environment expected by many wagon
implementations.
Support for downloads/uploads using Apache Maven Wagon.
-
Uses of WagonConfigurator in org.eclipse.aether.internal.transport.wagon
Modifier and TypeClassDescriptionclass
A wagon configurator based on the Plexus component configuration framework. -
Uses of WagonConfigurator in org.eclipse.aether.transport.wagon
Modifier and TypeMethodDescriptionWagonTransporterFactory.setWagonConfigurator
(WagonConfigurator wagonConfigurator) Sets the wagon configurator to use to apply provider-specific configuration to wagon instances.ModifierConstructorDescriptionWagonTransporterFactory
(WagonProvider wagonProvider, WagonConfigurator wagonConfigurator)