Class AnsiProgressHandler

java.lang.Object
org.mandas.docker.client.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 Details

    • AnsiProgressHandler

      public AnsiProgressHandler()
    • AnsiProgressHandler

      public AnsiProgressHandler(PrintStream out)
  • Method Details