org.crsh.console
Class Console
java.lang.Object
org.crsh.console.Console
public final class Console
- extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Console
public Console(ClientOutput clientOutput)
clearBuffer
public void clearBuffer()
- Clears the buffer without doing any echoing.
isEchoing
public boolean isEchoing()
setEchoing
public void setEchoing(boolean echoing)
getReader
public ConsoleReader getReader()
- Returns the console reader.
- Returns:
- the console reader
getClientInput
public ClientInput getClientInput()
getWriter
public ConsoleWriter getWriter()
Copyright © 2010 eXo Platform SAS. All Rights Reserved.