ome.util.tasks
Class DebugTask
java.lang.Object
ome.util.tasks.Task
ome.util.tasks.SimpleTask
ome.util.tasks.DebugTask
- All Implemented Interfaces:
- Runnable
public class DebugTask
- extends SimpleTask
Task for debugging, which simply prints all properties passed to it on
standard out.
- Since:
- 3.0-Beta2
- Author:
- Josh Moore, josh.moore at gmx.de
- See Also:
Task
Method Summary |
void |
doTask()
Does nothing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugTask
public DebugTask(ServiceFactory serviceFactory,
Properties properties)
- Sole constructor. Delegates to
SimpleTask
- See Also:
SimpleTask.SimpleTask(ServiceFactory, Properties)
doTask
public void doTask()
- Does nothing.
- Overrides:
doTask
in class SimpleTask
OmeroJava Api
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.