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

@Deprecated public class ShellLine extends Object
Deprecated.
Provides a specialized input stream for consoles to handle line editing, history and completion. Relies on the JLine library (see http://jline.sourceforge.net).
  • Constructor Details

    • ShellLine

      public ShellLine()
      Deprecated.
  • Method Details

    • getStream

      @Deprecated public static InputStream getStream(org.mozilla.javascript.Scriptable scope)
      Deprecated.