Uses of Class
net.sourceforge.htmlunit.corejs.javascript.tools.shell.ShellConsole

Packages that use ShellConsole
net.sourceforge.htmlunit.corejs.javascript.tools.shell   
 

Uses of ShellConsole in net.sourceforge.htmlunit.corejs.javascript.tools.shell
 

Methods in net.sourceforge.htmlunit.corejs.javascript.tools.shell that return ShellConsole
 ShellConsole Global.getConsole(java.nio.charset.Charset cs)
           
static ShellConsole ShellConsole.getConsole(java.io.InputStream in, java.io.PrintStream ps, java.nio.charset.Charset cs)
          Returns a new ShellConsole which uses the supplied InputStream and PrintStream for its input/output
static ShellConsole ShellConsole.getConsole(Scriptable scope, java.nio.charset.Charset cs)
          Provides a specialized ShellConsole to handle line editing, history and completion.