Uses of Interface
org.eclipse.aether.spi.connector.transport.TransporterFactory
Packages that use TransporterFactory
Package
Description
The various sub components that collectively implement the repository system.
Support for downloads/uploads using Apache Maven Wagon.
-
Uses of TransporterFactory in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl with type parameters of type TransporterFactoryModifier and TypeFieldDescriptionprivate Collection<TransporterFactory>
DefaultTransporterProvider.factories
Methods in org.eclipse.aether.internal.impl with parameters of type TransporterFactoryModifier and TypeMethodDescriptionDefaultTransporterProvider.addTransporterFactory
(TransporterFactory factory) Method parameters in org.eclipse.aether.internal.impl with type arguments of type TransporterFactoryModifier and TypeMethodDescriptionDefaultTransporterProvider.setTransporterFactories
(Collection<TransporterFactory> factories) Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type TransporterFactoryModifierConstructorDescription(package private)
DefaultTransporterProvider
(Set<TransporterFactory> transporterFactories) -
Uses of TransporterFactory in org.eclipse.aether.transport.wagon
Classes in org.eclipse.aether.transport.wagon that implement TransporterFactory