Uses of Class
org.eclipse.aether.transfer.NoTransporterException
Packages that use NoTransporterException
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/uploads via the HTTP and HTTPS 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 HTTP and HTTPS protocols.
Support for downloads/uploads via the HTTP and HTTPS protocols.
Support for downloads/uploads via the S3 protocol.
Support for downloads/uploads using Apache Maven Wagon.
-
Uses of NoTransporterException in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that throw NoTransporterExceptionModifier and TypeMethodDescriptionDefaultTransporterProvider.newTransporter
(RepositorySystemSession session, RemoteRepository repository) -
Uses of NoTransporterException in org.eclipse.aether.spi.connector.transport
Methods in org.eclipse.aether.spi.connector.transport that throw NoTransporterExceptionModifier 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 NoTransporterException in org.eclipse.aether.spi.connector.transport.http
Methods in org.eclipse.aether.spi.connector.transport.http that throw NoTransporterExceptionModifier and TypeMethodDescriptionHttpTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) Tries to create HTTP transporter for the specified remote repository. -
Uses of NoTransporterException in org.eclipse.aether.transport.apache
Methods in org.eclipse.aether.transport.apache that throw NoTransporterExceptionModifier and TypeMethodDescriptionApacheTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of NoTransporterException in org.eclipse.aether.transport.classpath
Methods in org.eclipse.aether.transport.classpath that throw NoTransporterExceptionModifier and TypeMethodDescriptionClasspathTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of NoTransporterException in org.eclipse.aether.transport.file
Methods in org.eclipse.aether.transport.file that throw NoTransporterExceptionModifier and TypeMethodDescriptionFileTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of NoTransporterException in org.eclipse.aether.transport.jdk
Methods in org.eclipse.aether.transport.jdk that throw NoTransporterExceptionModifier and TypeMethodDescriptionJdkTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of NoTransporterException in org.eclipse.aether.transport.jetty
Methods in org.eclipse.aether.transport.jetty that throw NoTransporterExceptionModifier and TypeMethodDescriptionJettyTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of NoTransporterException in org.eclipse.aether.transport.minio
Methods in org.eclipse.aether.transport.minio that throw NoTransporterExceptionModifier and TypeMethodDescriptionMinioTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) -
Uses of NoTransporterException in org.eclipse.aether.transport.wagon
Methods in org.eclipse.aether.transport.wagon that throw NoTransporterExceptionModifier and TypeMethodDescriptionWagonTransporterFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository)