Uses of Class
org.eclipse.aether.transfer.NoTransporterException
-
Packages that use NoTransporterException Package Description org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.spi.connector.transport The contract to download/upload URI-based resources using custom transport protocols.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 NoTransporterException in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that throw NoTransporterException Modifier and Type Method Description TransporterDefaultTransporterProvider. 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 NoTransporterException Modifier and Type Method Description TransporterTransporterFactory. newInstance(RepositorySystemSession session, RemoteRepository repository)Tries to create a transporter for the specified remote repository.TransporterTransporterProvider. newTransporter(RepositorySystemSession session, RemoteRepository repository)Tries to create a transporter for the specified remote repository. -
Uses of NoTransporterException in org.eclipse.aether.transport.classpath
Methods in org.eclipse.aether.transport.classpath that throw NoTransporterException Modifier and Type Method Description TransporterClasspathTransporterFactory. newInstance(RepositorySystemSession session, RemoteRepository repository)Constructors in org.eclipse.aether.transport.classpath that throw NoTransporterException Constructor Description ClasspathTransporter(RepositorySystemSession session, RemoteRepository repository) -
Uses of NoTransporterException in org.eclipse.aether.transport.file
Methods in org.eclipse.aether.transport.file that throw NoTransporterException Modifier and Type Method Description TransporterFileTransporterFactory. newInstance(RepositorySystemSession session, RemoteRepository repository)Constructors in org.eclipse.aether.transport.file that throw NoTransporterException Constructor Description FileTransporter(RemoteRepository repository) -
Uses of NoTransporterException in org.eclipse.aether.transport.http
Methods in org.eclipse.aether.transport.http that throw NoTransporterException Modifier and Type Method Description TransporterHttpTransporterFactory. newInstance(RepositorySystemSession session, RemoteRepository repository)Constructors in org.eclipse.aether.transport.http that throw NoTransporterException Constructor Description HttpTransporter(RemoteRepository repository, RepositorySystemSession session) -
Uses of NoTransporterException in org.eclipse.aether.transport.wagon
Methods in org.eclipse.aether.transport.wagon that throw NoTransporterException Modifier and Type Method Description TransporterWagonTransporterFactory. newInstance(RepositorySystemSession session, RemoteRepository repository)Constructors in org.eclipse.aether.transport.wagon that throw NoTransporterException Constructor Description WagonTransporter(WagonProvider wagonProvider, WagonConfigurator wagonConfigurator, RemoteRepository repository, RepositorySystemSession session)
-