org.crsh.term.console
Class ConsoleReader

java.lang.Object
  extended by org.crsh.term.console.ConsoleReader

public abstract class ConsoleReader
extends Object

The console reader provides read oriented operation for the console.

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
ConsoleReader()
           
 
Method Summary
abstract  int getSize()
           
abstract  boolean hasNext()
           
abstract  CharSequence next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleReader

public ConsoleReader()
Method Detail

getSize

public abstract int getSize()

hasNext

public abstract boolean hasNext()

next

public abstract CharSequence next()
                           throws NoSuchElementException
Throws:
NoSuchElementException


Copyright © 2012 eXo Platform SAS. All Rights Reserved.