org.crsh.term.console
Class ConsoleReader
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleReader
public ConsoleReader()
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.