Package ome.util.tasks

Simple Runnable tasks for various needs.

See:
          Description

Interface Summary
ITask  
 

Class Summary
AntAdapter Adapter for running tasks from Ant (http://ant.apache.org) Currently not functional for class loading reasons.
Configuration Helper for creating any task from String properties, and can even instantiate ServiceFactory and Task objects if given the proper arguments.
DebugTask Task for debugging, which simply prints all properties passed to it on standard out.
Run Command-line adapter which can run any task.
SimpleTask Simplest possible concrete subclass of Task which has null methods for all of the required methods.
Task Base task class which defines the template methods for running a task.
 

Enum Summary
Configuration.Keys Enumeration of the string values which will be used directly by Configuration.
 

Exception Summary
TaskFailure RuntimeException which can be thrown by Task.handleException(RuntimeException) for special handling by the default Run#handleException().
 

Package ome.util.tasks Description

Simple Runnable tasks for various needs.

Related Documentation

For more information, please see:



OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.