Uses of Interface
org.eclipse.aether.transport.wagon.WagonConfigurator
-
Packages that use WagonConfigurator Package Description org.eclipse.aether.internal.transport.wagon Integration with the 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. -
-
Uses of WagonConfigurator in org.eclipse.aether.internal.transport.wagon
Classes in org.eclipse.aether.internal.transport.wagon that implement WagonConfigurator Modifier and Type Class Description classPlexusWagonConfiguratorA wagon configurator based on the Plexus component configuration framework. -
Uses of WagonConfigurator in org.eclipse.aether.transport.wagon
Methods in org.eclipse.aether.transport.wagon with parameters of type WagonConfigurator Modifier and Type Method Description WagonTransporterFactoryWagonTransporterFactory. setWagonConfigurator(WagonConfigurator wagonConfigurator)Sets the wagon configurator to use to apply provider-specific configuration to wagon instances.
-