Class ConsoleProgressReporterFactory

java.lang.Object
ubic.gemma.cli.util.ConsoleProgressReporterFactory
All Implemented Interfaces:
ubic.gemma.core.util.ProgressReporterFactory

public class ConsoleProgressReporterFactory extends Object implements ubic.gemma.core.util.ProgressReporterFactory
A console-based progress reporter factory.
Author:
poirigui
  • Constructor Details

    • ConsoleProgressReporterFactory

      public ConsoleProgressReporterFactory(Console console)
  • Method Details

    • createProgressReporter

      public ubic.gemma.core.util.ProgressReporter createProgressReporter(String what, String logCategory)
      Specified by:
      createProgressReporter in interface ubic.gemma.core.util.ProgressReporterFactory