net.sourceforge.htmlunit.corejs.javascript.tools.shell
Class ShellLine

java.lang.Object
  extended by net.sourceforge.htmlunit.corejs.javascript.tools.shell.ShellLine

Deprecated.

@Deprecated
public class ShellLine
extends java.lang.Object

Provides a specialized input stream for consoles to handle line editing, history and completion. Relies on the JLine library (see ).


Constructor Summary
ShellLine()
          Deprecated.  
 
Method Summary
static java.io.InputStream getStream(Scriptable scope)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellLine

public ShellLine()
Deprecated. 
Method Detail

getStream

@Deprecated
public static java.io.InputStream getStream(Scriptable scope)
Deprecated.