Uses of Class
org.fusesource.jansi.AnsiPrintStream
Packages that use AnsiPrintStream
-
Uses of AnsiPrintStream in org.fusesource.jansi
Methods in org.fusesource.jansi that return AnsiPrintStreamModifier and TypeMethodDescriptionstatic AnsiPrintStream
AnsiConsole.err()
If the standard out natively supports ANSI escape codes, then this just returns System.err, otherwise it will provide an ANSI aware PrintStream which strips out the ANSI escape sequences or which implement the escape sequences.static AnsiPrintStream
AnsiConsole.out()
If the standard out natively supports ANSI escape codes, then this just returns System.out, otherwise it will provide an ANSI aware PrintStream which strips out the ANSI escape sequences or which implement the escape sequences.