Uses of Interface
org.eclipse.aether.spi.connector.transport.TransporterFactory
-
Packages that use TransporterFactory Package Description org.apache.maven.resolver.examples.guice org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.transport.classpath Support for downloads that utilize the classpath as "remote" storage.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.apache.maven.resolver.examples.guice
Methods in org.apache.maven.resolver.examples.guice that return types with arguments of type TransporterFactory Modifier and Type Method Description (package private) java.util.Set<TransporterFactory>DemoResolverModule. provideTransporterFactories(TransporterFactory file, TransporterFactory http)Methods in org.apache.maven.resolver.examples.guice with parameters of type TransporterFactory Modifier and Type Method Description (package private) java.util.Set<TransporterFactory>DemoResolverModule. provideTransporterFactories(TransporterFactory file, TransporterFactory http) -
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.classpath
Classes in org.eclipse.aether.transport.classpath that implement TransporterFactory Modifier and Type Class Description classClasspathTransporterFactoryA transporter factory for repositories using theclasspath:protocol. -
Uses of TransporterFactory in org.eclipse.aether.transport.file
Classes in org.eclipse.aether.transport.file that implement TransporterFactory Modifier and Type Class Description classFileTransporterFactoryA 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 classHttpTransporterFactoryA 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 classWagonTransporterFactoryA transporter factory using Apache Maven Wagon.
-