Class WindowsTerminal

java.lang.Object
jline.TerminalSupport
jline.WindowsTerminal
jline.AnsiWindowsTerminal
edu.internet2.middleware.grouper.app.gsh.jline.WindowsTerminal
All Implemented Interfaces:
jline.Terminal

public class WindowsTerminal extends jline.AnsiWindowsTerminal
  • Nested Class Summary

    Nested classes/interfaces inherited from class jline.WindowsTerminal

    jline.WindowsTerminal.ConsoleMode
  • Field Summary

    Fields inherited from class jline.WindowsTerminal

    ANSI, DIRECT_CONSOLE

    Fields inherited from class jline.TerminalSupport

    DEFAULT_HEIGHT, DEFAULT_WIDTH
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class jline.AnsiWindowsTerminal

    hasWeirdWrap, isAnsiSupported, wrapOutIfNeeded

    Methods inherited from class jline.WindowsTerminal

    disableInterruptCharacter, enableInterruptCharacter, getDirectConsole, getHeight, getOutputEncoding, getWidth, init, isSystemIn, restore, setDirectConsole, setEchoEnabled

    Methods inherited from class jline.TerminalSupport

    isEchoEnabled, isSupported, reset, setAnsiSupported

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • wrapInIfNeeded

      public InputStream wrapInIfNeeded(InputStream in) throws IOException
      Specified by:
      wrapInIfNeeded in interface jline.Terminal
      Overrides:
      wrapInIfNeeded in class jline.WindowsTerminal
      Throws:
      IOException