Class SystemRegistryImpl.CommandOutputStream

java.lang.Object
org.jline.console.impl.SystemRegistryImpl.CommandOutputStream
Enclosing class:
SystemRegistryImpl

private static class SystemRegistryImpl.CommandOutputStream extends Object
  • Field Details

  • Constructor Details

    • CommandOutputStream

      public CommandOutputStream(Terminal terminal)
  • Method Details

    • redirect

      public void redirect()
    • redirect

      public void redirect(File file, boolean append) throws IOException
      Throws:
      IOException
    • open

      public void open(boolean redirectColor) throws IOException
      Throws:
      IOException
    • close

      public void close()
    • resetOutput

      public void resetOutput()
    • reset

      private void reset()
    • getCommandSession

      public CommandRegistry.CommandSession getCommandSession()
    • getOutput

      public String getOutput()
    • isRedirecting

      public boolean isRedirecting()
    • isByteOutputStream

      public boolean isByteOutputStream()