Class AnsiProgressHandler

  • All Implemented Interfaces:
    ProgressHandler

    public class AnsiProgressHandler
    extends Object
    implements ProgressHandler
    Parses ProgressMessage objects and writes the output to a PrintStream. The output includes ANSI escape characters to move the cursor around to nicely print progress bars.
    • Constructor Detail

      • AnsiProgressHandler

        public AnsiProgressHandler()
      • AnsiProgressHandler

        public AnsiProgressHandler​(PrintStream out)