Class ArgumentUtils.TextProgress

java.lang.Object
org.pentaho.aggdes.algorithm.util.ArgumentUtils.TextProgress
All Implemented Interfaces:
Progress
Enclosing class:
ArgumentUtils

public static class ArgumentUtils.TextProgress extends Object implements Progress
Implementation of Progress that prints to a print writer.
  • Constructor Details

  • Method Details

    • report

      public void report(String message, double complete)
      Description copied from interface: Progress
      Emits a progress message.
      Specified by:
      report in interface Progress
      Parameters:
      message - Message
      complete - Fraction complete (a number between 0 and 1).