Class Enter
java.lang.Object
org.aesh.readline.action.mappings.Enter
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
Action that accepts the current input line and processes it.
- 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
-
Enter
public Enter()Creates a new Enter action.
-
-
Method Details