Class AnsiConsoleOutput

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void err​(java.lang.Object... styleOrValues)  
      void out​(java.lang.Object... styleOrValues)  
      • Methods inherited from class java.lang.Object

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

      • AnsiConsoleOutput

        public AnsiConsoleOutput()
    • Method Detail

      • out

        public void out​(java.lang.Object... styleOrValues)
        Specified by:
        out in interface ConsoleOutput
      • err

        public void err​(java.lang.Object... styleOrValues)
        Specified by:
        err in interface ConsoleOutput