Class CommandLineTaskRunner

java.lang.Object
qupath.lib.plugins.AbstractTaskRunner
qupath.lib.plugins.CommandLineTaskRunner
All Implemented Interfaces:
TaskRunner

public class CommandLineTaskRunner extends AbstractTaskRunner
A PluginRunner that simply logs progress and output.

This doesn't need to be run on any particular thread (e.g. the JavaFX Application thread).

Author:
Pete Bankhead
  • Constructor Details

    • CommandLineTaskRunner

      public CommandLineTaskRunner()
      Constructor for a PluginRunner that send progress to a log, and runs tasks using the default number of threads
    • CommandLineTaskRunner

      public CommandLineTaskRunner(int nThreads)
      Constructor for a PluginRunner that send progress to a log.
      Parameters:
      nThreads - the number of threads to use when running tasks
  • Method Details