Class ResteasyReactiveDevModeProcessor.OpenCommand
- java.lang.Object
-
- io.quarkus.deployment.console.QuarkusCommand
-
- io.quarkus.resteasy.reactive.server.deployment.ResteasyReactiveDevModeProcessor.OpenCommand
-
- All Implemented Interfaces:
org.aesh.command.Command
- Enclosing class:
- ResteasyReactiveDevModeProcessor
public static class ResteasyReactiveDevModeProcessor.OpenCommand extends io.quarkus.deployment.console.QuarkusCommand
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Stringhost(package private) NonApplicationRootPathBuildItemnp(package private) Stringport(package private) HttpRootPathBuildItemrp
-
Constructor Summary
Constructors Constructor Description OpenCommand(HttpRootPathBuildItem rp, NonApplicationRootPathBuildItem np, String host, String port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.command.CommandResultdoExecute(org.aesh.command.invocation.CommandInvocation commandInvocation)
-
-
-
Field Detail
-
rp
final HttpRootPathBuildItem rp
-
np
final NonApplicationRootPathBuildItem np
-
host
final String host
-
port
final String port
-
-
Constructor Detail
-
OpenCommand
public OpenCommand(HttpRootPathBuildItem rp, NonApplicationRootPathBuildItem np, String host, String port)
-
-
Method Detail
-
doExecute
public org.aesh.command.CommandResult doExecute(org.aesh.command.invocation.CommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException- Specified by:
doExecutein classio.quarkus.deployment.console.QuarkusCommand- Throws:
org.aesh.command.CommandExceptionInterruptedException
-
-