org.crsh.console
Class ClientInput

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

public abstract class ClientInput
extends Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
ClientInput()
           
 
Method Summary
abstract  void del()
           
abstract  void moveLeft()
           
abstract  void moveRight()
           
abstract  CharSequence replace(CharSequence s)
           
abstract  void write(char c)
           
abstract  void write(CharSequence s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientInput

public ClientInput()
Method Detail

replace

public abstract CharSequence replace(CharSequence s)
                              throws IOException
Throws:
IOException

write

public abstract void write(char c)
                    throws IOException
Throws:
IOException

write

public abstract void write(CharSequence s)
                    throws IOException
Throws:
IOException

del

public abstract void del()
                  throws IOException
Throws:
IOException

moveRight

public abstract void moveRight()
                        throws IOException
Throws:
IOException

moveLeft

public abstract void moveLeft()
                       throws IOException
Throws:
IOException


Copyright © 2010 eXo Platform SAS. All Rights Reserved.