Package org.jboss.as.cli.impl.aesh.cmd
Class HelpCommand
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.HelpCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<CLICommandInvocation>
public class HelpCommand extends Object implements org.aesh.command.Command<CLICommandInvocation>
The help command. Allows to display help for all kind of commands and operations.- Author:
- jdenise@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHelpCommand.ArgActivatorstatic classHelpCommand.HelpCompleter
-
Constructor Summary
Constructors Constructor Description HelpCommand(CLICommandRegistry aeshRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.command.CommandResultexecute(CLICommandInvocation commandInvocation)
-
-
-
Constructor Detail
-
HelpCommand
public HelpCommand(CLICommandRegistry aeshRegistry)
-
-
Method Detail
-
execute
public org.aesh.command.CommandResult execute(CLICommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException
- Specified by:
executein interfaceorg.aesh.command.Command<CLICommandInvocation>- Throws:
org.aesh.command.CommandExceptionInterruptedException
-
-