Uses of Interface
org.eclipse.aether.spi.connector.transport.TransporterFactory
-
Packages that use TransporterFactory 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. -
-
Uses of TransporterFactory in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl with type parameters of type TransporterFactory Modifier and Type Field Description private java.util.Collection<TransporterFactory>DefaultTransporterProvider. factoriesMethods in org.eclipse.aether.internal.impl with parameters of type TransporterFactory Modifier and Type Method Description DefaultTransporterProviderDefaultTransporterProvider. addTransporterFactory(TransporterFactory factory)Method parameters in org.eclipse.aether.internal.impl with type arguments of type TransporterFactory Modifier and Type Method Description DefaultTransporterProviderDefaultTransporterProvider. setTransporterFactories(java.util.Collection<TransporterFactory> factories)Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type TransporterFactory Constructor Description DefaultTransporterProvider(java.util.Set<TransporterFactory> transporterFactories) -
Uses of TransporterFactory in org.eclipse.aether.transport.wagon
Classes in org.eclipse.aether.transport.wagon that implement TransporterFactory Modifier and Type Class Description classWagonTransporterFactoryA transporter factory using Apache Maven Wagon.
-