Uses of Class
org.mozilla.javascript.tools.shell.ShellConsole
-
Packages that use ShellConsole Package Description org.mozilla.javascript.tools.shell -
-
Uses of ShellConsole in org.mozilla.javascript.tools.shell
Methods in org.mozilla.javascript.tools.shell that return ShellConsole Modifier and Type Method 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 specializedShellConsole
to handle line editing, history and completion.
-