org.crsh.console
Class Console

java.lang.Object
  extended by org.crsh.console.Console

public final class Console
extends Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
Console(ClientOutput clientOutput)
           
 
Method Summary
 void clearBuffer()
          Clears the buffer without doing any echoing.
 ClientInput getClientInput()
           
 ConsoleReader getReader()
          Returns the console reader.
 ConsoleWriter getWriter()
           
 boolean isEchoing()
           
 void setEchoing(boolean echoing)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console

public Console(ClientOutput clientOutput)
Method Detail

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.