Package org.infinispan.cli.commands
Class Help
java.lang.Object
org.aesh.command.man.AeshFileDisplayer
org.infinispan.cli.commands.Help
- All Implemented Interfaces:
org.aesh.command.Command
@MetaInfServices(org.aesh.command.Command.class)
public class Help
extends org.aesh.command.man.AeshFileDisplayer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.aesh.command.CommandResultexecute(org.aesh.command.invocation.CommandInvocation commandInvocation) org.aesh.command.man.FileParserMethods inherited from class org.aesh.command.man.AeshFileDisplayer
afterAttach, afterDetach, clearBottomLine, getCommandInvocation, getSearchStatus, getSearchWord, getShell, getTopVisibleRow, isAtBottom, isAtTop, processInput, processOperation, setCommandInvocation, writeToConsole
-
Constructor Details
-
Help
public Help()
-
-
Method Details
-
getFileParser
public org.aesh.command.man.FileParser getFileParser()- Specified by:
getFileParserin classorg.aesh.command.man.AeshFileDisplayer
-
displayBottom
- Specified by:
displayBottomin classorg.aesh.command.man.AeshFileDisplayer- Throws:
IOException
-
execute
public org.aesh.command.CommandResult execute(org.aesh.command.invocation.CommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException - Throws:
org.aesh.command.CommandExceptionInterruptedException
-