Quarkus - Vert.x - HTTP - Deployment 1.13.4.Final
- java.lang.Object
-
- io.quarkus.devconsole.runtime.spi.DevConsolePostHandler
-
- io.quarkus.vertx.http.deployment.devmode.console.OpenIdeHandler
-
- All Implemented Interfaces:
- io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class OpenIdeHandler
extends io.quarkus.devconsole.runtime.spi.DevConsolePostHandler
The purpose of this class is to open a class in the IDE on the server-side - meaning the machine
that is running the Quarkus application itself
-
-
Constructor Summary
Constructors
| Constructor and Description |
OpenIdeHandler(io.quarkus.deployment.ide.Ide ide) |
-
Method Summary
All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected void |
dispatch(io.vertx.ext.web.RoutingContext routingContext,
io.vertx.core.MultiMap form) |
protected void |
launchInIDE(io.quarkus.deployment.ide.Ide ide,
String arg,
io.vertx.ext.web.RoutingContext routingContext) |
-
Methods inherited from class io.quarkus.devconsole.runtime.spi.DevConsolePostHandler
flashMessage, flashMessage, flashMessage, handle, handlePost, handlePostAsync
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Quarkus - Vert.x - HTTP - Deployment 1.13.4.Final
Copyright © 2021 JBoss by Red Hat. All rights reserved.