Class NextHistory
java.lang.Object
org.aesh.readline.action.mappings.NextHistory
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
Action that retrieves the next entry from the command history.
- Author:
- Ståle W. Pedersen
-
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
-
NextHistory
public NextHistory()Creates a new NextHistory action.
-
-
Method Details