Package io.quarkus.deployment.console
Class ConsoleProcessor.HelpCommand
java.lang.Object
io.quarkus.deployment.console.ConsoleProcessor.HelpCommand
- All Implemented Interfaces:
org.aesh.command.Command
- Enclosing class:
ConsoleProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.aesh.command.CommandResultexecute(org.aesh.command.invocation.CommandInvocation commandInvocation)
-
Constructor Details
-
HelpCommand
public HelpCommand()
-
-
Method Details
-
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
-