Class Clear
java.lang.Object
org.aesh.readline.action.mappings.Clear
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
Action that clears the screen and redraws 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
-
Clear
public Clear()Creates a new clear action.
-
-
Method Details