Class OpenIdeHandler
- 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.DevConsolePostHandlerThe 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 Description OpenIdeHandler(io.quarkus.deployment.ide.Ide ide)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(io.vertx.ext.web.RoutingContext routingContext, io.vertx.core.MultiMap form)protected voidlaunchInIDE(io.quarkus.deployment.ide.Ide ide, String arg, io.vertx.ext.web.RoutingContext routingContext)
-
-
-
Method Detail
-
dispatch
protected void dispatch(io.vertx.ext.web.RoutingContext routingContext, io.vertx.core.MultiMap form)- Overrides:
dispatchin classio.quarkus.devconsole.runtime.spi.DevConsolePostHandler
-
launchInIDE
protected void launchInIDE(io.quarkus.deployment.ide.Ide ide, String arg, io.vertx.ext.web.RoutingContext routingContext)
-
-