Class EndOfLine
java.lang.Object
org.aesh.readline.action.mappings.EndOfLine
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
Action that moves the cursor to the end of the current line.
- 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
-
EndOfLine
public EndOfLine()Creates a new EndOfLine action.
-
-
Method Details