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