Class ConsoleProcessor.SetConfigCommand

java.lang.Object
io.quarkus.vertx.http.deployment.console.ConsoleProcessor.SetConfigCommand
All Implemented Interfaces:
org.aesh.command.Command<org.aesh.command.invocation.CommandInvocation>
Enclosing class:
ConsoleProcessor

public static class ConsoleProcessor.SetConfigCommand extends Object implements org.aesh.command.Command<org.aesh.command.invocation.CommandInvocation>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final io.quarkus.vertx.http.runtime.devmode.ConfigDescriptionsManager
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SetConfigCommand(io.quarkus.vertx.http.runtime.devmode.ConfigDescriptionsManager configDescriptionsManager)
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • configDescriptionsManager

      final io.quarkus.vertx.http.runtime.devmode.ConfigDescriptionsManager configDescriptionsManager
  • Constructor Details

    • SetConfigCommand

      public SetConfigCommand(io.quarkus.vertx.http.runtime.devmode.ConfigDescriptionsManager configDescriptionsManager)
  • Method Details

    • execute

      public org.aesh.command.CommandResult execute(org.aesh.command.invocation.CommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException
      Specified by:
      execute in interface org.aesh.command.Command<org.aesh.command.invocation.CommandInvocation>
      Throws:
      org.aesh.command.CommandException
      InterruptedException