Class EmacsEditingMode
java.lang.Object
org.aesh.readline.action.mappings.EmacsEditingMode
- All Implemented Interfaces:
Consumer<InputProcessor>,Action
Action that switches the input processor to Emacs editing mode.
- Author:
- Ståle W. Pedersen
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(InputProcessor inputProcessor) Executes this action on the given input processor.name()Returns the name of this action.
-
Method Details
-
name
Description copied from interface:ActionReturns the name of this action. -
accept
Description copied from interface:ActionExecutes this action on the given input processor.- Specified by:
acceptin interfaceAction- Specified by:
acceptin interfaceConsumer<InputProcessor>- Parameters:
inputProcessor- the input processor to operate on
-