Package gov.nasa.pds.tools.validate.task
package gov.nasa.pds.tools.validate.task
Defines client-independent processing interfaces and classes for background tasks.
-
ClassDescriptionImplements a simple task manager suitable for non-Swing applications that runs a task as soon as it is submitted and does not return until the task is complete.Defines an interface all tasks must implement.Defines the states a task can be in.Defines an interface that a task may use to find out whether it should exit early.Defines the operations of a service that can run tasks in the background.Implements a background task for performing a validation.