Package gov.nasa.pds.tools.validate.task
Interface Task
-
- All Known Implementing Classes:
ValidationTask
public interface TaskDefines an interface all tasks must implement.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTask.StatusDefines the states a task can be in.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(TaskAdvisor advisor)Executes the task with a given advisor to detect cancel requests.
-
-
-
Method Detail
-
execute
void execute(TaskAdvisor advisor)
Executes the task with a given advisor to detect cancel requests.- Parameters:
advisor- the task advisor
-
-