| Package | Description |
|---|---|
| net.sourceforge.htmlunit.corejs.javascript.tools.shell |
| Modifier and Type | Method and Description |
|---|---|
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)
|
static ShellConsole |
ShellConsole.getConsole(Scriptable scope,
java.nio.charset.Charset cs)
Provides a specialized
ShellConsole to handle line editing,
history and completion. |