Class ShellLine


  • @Deprecated
    public class ShellLine
    extends java.lang.Object
    Deprecated.
    Provides a specialized input stream for consoles to handle line editing, history and completion. Relies on the JLine library (see ).
    • Constructor Summary

      Constructors 
      Constructor Description
      ShellLine()
      Deprecated.
       
    • Constructor Detail

      • ShellLine

        public ShellLine()
        Deprecated.
    • Method Detail

      • getStream

        @Deprecated
        public static java.io.InputStream getStream​(Scriptable scope)
        Deprecated.