public abstract static class LineEditorCommands.AbstractLineEditorCommand extends java.lang.Object implements ManagedCommand
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.String> |
lines |
Constructor and Description |
---|
AbstractLineEditorCommand() |
Modifier and Type | Method and Description |
---|---|
void |
setContext(java.lang.Object context)
Set a context object by CommandManager
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, getCandidateForArgument, getCandidateForOption
public void setContext(java.lang.Object context)
ManagedCommand
setContext
in interface ManagedCommand
context
- a context object.CommandManager