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.file Support for downloads/uploads using the local filesystem as "remote" storage.org.eclipse.aether.transport.http Support for downloads/uploads via the HTTP and HTTPS protocols.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. factories
Methods in org.eclipse.aether.internal.impl with parameters of type TransporterFactory Modifier and Type Method Description DefaultTransporterProvider
DefaultTransporterProvider. addTransporterFactory(TransporterFactory factory)
Method parameters in org.eclipse.aether.internal.impl with type arguments of type TransporterFactory Modifier and Type Method Description DefaultTransporterProvider
DefaultTransporterProvider. 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.file
Classes in org.eclipse.aether.transport.file that implement TransporterFactory Modifier and Type Class Description class
FileTransporterFactory
A transporter factory for repositories using thefile:
protocol. -
Uses of TransporterFactory in org.eclipse.aether.transport.http
Classes in org.eclipse.aether.transport.http that implement TransporterFactory Modifier and Type Class Description class
HttpTransporterFactory
A transporter factory for repositories using thehttp:
orhttps:
protocol. -
Uses of TransporterFactory in org.eclipse.aether.transport.wagon
Classes in org.eclipse.aether.transport.wagon that implement TransporterFactory Modifier and Type Class Description class
WagonTransporterFactory
A transporter factory using Apache Maven Wagon.
-