Uses of Interface
org.eclipse.aether.spi.connector.transport.Transporter
Package
Description
The various sub components that collectively implement the repository system.
The contract to download/upload URI-based resources using custom transport protocols.
Support for downloads that utilize the classpath as "remote" storage.
Support for downloads/uploads using the local filesystem as "remote" storage.
Support for downloads/uploads via the S3 protocol.
Support for downloads/uploads using Apache Maven Wagon.
-
Uses of Transporter in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionDefaultTransporterProvider.newTransporter
(RepositorySystemSession session, RemoteRepository repository) -
Uses of Transporter in org.eclipse.aether.spi.connector.transport
Modifier and TypeClassDescriptionclass
A skeleton implementation for custom transporters.Modifier and TypeMethodDescriptionTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) Tries to create a transporter for the specified remote repository.TransporterProvider.newTransporter
(RepositorySystemSession session, RemoteRepository repository) Tries to create a transporter for the specified remote repository. -
Uses of Transporter in org.eclipse.aether.spi.connector.transport.http
Modifier and TypeInterfaceDescriptioninterface
A transporter using HTTP protocol. -
Uses of Transporter in org.eclipse.aether.transport.classpath
Modifier and TypeMethodDescriptionClasspathTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of Transporter in org.eclipse.aether.transport.file
Modifier and TypeMethodDescriptionFileTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of Transporter in org.eclipse.aether.transport.minio
Modifier and TypeMethodDescriptionMinioTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of Transporter in org.eclipse.aether.transport.wagon
Modifier and TypeMethodDescriptionWagonTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository)