Class EndOfHistory
java.lang.Object
org.aesh.readline.action.mappings.EndOfHistory
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(InputProcessor inputProcessor) Executes this action on the given input processor.name()Returns the name of this action.
-
Constructor Details
-
EndOfHistory
public EndOfHistory()Constructor.
-
-
Method Details