Class SetMark
java.lang.Object
org.aesh.readline.action.mappings.SetMark
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
-
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
-
SetMark
public SetMark()Constructor.
-
-
Method Details