Class ConsoleProcessor.ConfigCommandGroup
java.lang.Object
io.quarkus.vertx.http.deployment.console.ConsoleProcessor.ConfigCommandGroup
- All Implemented Interfaces:
org.aesh.command.Command,org.aesh.command.GroupCommand
- Enclosing class:
- ConsoleProcessor
public static class ConsoleProcessor.ConfigCommandGroup
extends Object
implements org.aesh.command.GroupCommand
-
Field Details
-
configDescriptionsManager
-
help
public boolean help
-
-
Constructor Details
-
ConfigCommandGroup
-
-
Method Details
-
getCommands
- Specified by:
getCommandsin interfaceorg.aesh.command.GroupCommand
-
execute
public org.aesh.command.CommandResult execute(org.aesh.command.invocation.CommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException - Specified by:
executein interfaceorg.aesh.command.Command- Throws:
org.aesh.command.CommandExceptionInterruptedException
-