Package qupath.lib.plugins
Class CommandLineTaskRunner
java.lang.Object
qupath.lib.plugins.AbstractTaskRunner
qupath.lib.plugins.CommandLineTaskRunner
- All Implemented Interfaces:
- TaskRunner
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).
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classASimpleProgressMonitorthat sends progress to a log.
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor for a PluginRunner that send progress to a log, and runs tasks using the default number of threadsCommandLineTaskRunner(int nThreads) Constructor for a PluginRunner that send progress to a log.
- 
Method SummaryModifier and TypeMethodDescriptionCreate a progress monitor to update the user on what is happening.Methods inherited from class qupath.lib.plugins.AbstractTaskRunnerawaitCompletion, isCancelled, postProcess, runTasksMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface qupath.lib.plugins.TaskRunnerrunTasks
- 
Constructor Details- 
CommandLineTaskRunnerpublic CommandLineTaskRunner()Constructor for a PluginRunner that send progress to a log, and runs tasks using the default number of threads
- 
CommandLineTaskRunnerpublic 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- 
makeProgressMonitorDescription copied from class:AbstractTaskRunnerCreate a progress monitor to update the user on what is happening.- Specified by:
- makeProgressMonitorin class- AbstractTaskRunner
- Returns:
 
 
-