public class Console extends Object
Plugin implementation.| Constructor and Description |
|---|
Console(Shell shell,
ConsoleDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
void |
addModeListener(Runnable runnable) |
Iterable<org.crsh.console.KeyStroke> |
getKeyBuffer() |
Mode |
getMode() |
void |
init()
Initiali
|
boolean |
isRunning() |
void |
on(org.crsh.console.KeyStroke keyStroke) |
void |
on(org.crsh.console.KeyStroke[] keyStrokes) |
void |
on(jline.console.Operation operation,
int... buffer) |
void |
setMode(Mode mode) |
void |
toEmacs() |
void |
toInsert() |
void |
toMove() |
public Console(Shell shell, ConsoleDriver driver) throws NullPointerException
NullPointerExceptionpublic void setMode(Mode mode)
public void toEmacs()
public void toMove()
public void toInsert()
public Mode getMode()
public void addModeListener(Runnable runnable)
public boolean isRunning()
public void init()
public Iterable<org.crsh.console.KeyStroke> getKeyBuffer()
public void on(jline.console.Operation operation,
int... buffer)
public void on(org.crsh.console.KeyStroke keyStroke)
public void on(org.crsh.console.KeyStroke[] keyStrokes)
Copyright © 2015 eXo Platform SAS. All Rights Reserved.