org.mozilla.javascript.tools.shell
Class ShellLine

java.lang.Object
  extended by org.mozilla.javascript.tools.shell.ShellLine

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()
           
 
Method Summary
static java.io.InputStream getStream(net.sourceforge.htmlunit.corejs.javascript.Scriptable scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellLine

public ShellLine()
Method Detail

getStream

public static java.io.InputStream getStream(net.sourceforge.htmlunit.corejs.javascript.Scriptable scope)


Copyright © 2010. All Rights Reserved.