Class CopyLine
java.lang.Object
org.aesh.readline.action.mappings.CopyLine
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
Action that copies the entire current line to the paste buffer.
- 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
-
CopyLine
public CopyLine()Creates a new copy line action.
-
-
Method Details