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) final String
     
    (package private) final io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem
     
    (package private) final String
     
    (package private) final io.quarkus.vertx.http.deployment.HttpRootPathBuildItem
     

    Fields inherited from class io.quarkus.deployment.console.QuarkusCommand

    done, help
  • Constructor Summary

    Constructors
    Constructor
    Description
    OpenCommand(io.quarkus.vertx.http.deployment.HttpRootPathBuildItem rp, io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem np, String host, String port)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.aesh.command.CommandResult
    doExecute(org.aesh.command.invocation.CommandInvocation commandInvocation)
     

    Methods inherited from class io.quarkus.deployment.console.QuarkusCommand

    execute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • rp

      final io.quarkus.vertx.http.deployment.HttpRootPathBuildItem rp
    • np

      final io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem np
    • host

      final String host
    • port

      final String port
  • Constructor Details

    • OpenCommand

      public OpenCommand(io.quarkus.vertx.http.deployment.HttpRootPathBuildItem rp, io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem np, String host, String port)
  • Method Details

    • doExecute

      public org.aesh.command.CommandResult doExecute(org.aesh.command.invocation.CommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException
      Specified by:
      doExecute in class io.quarkus.deployment.console.QuarkusCommand
      Throws:
      org.aesh.command.CommandException
      InterruptedException