public class VoidDeleteTaskExecutor extends Object implements TaskExecutor
DeleteTaskInfo and does nothing.| Constructor and Description |
|---|
VoidDeleteTaskExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(TaskExecutionContext context,
TaskInfo task)
Executes a task.
|
boolean |
isSupported(TaskExecutionContext context,
TaskInfo task)
Returns whether this executor supports executing the target task.
|
public boolean isSupported(TaskExecutionContext context, TaskInfo task)
TaskExecutorisSupported in interface TaskExecutorcontext - the current contexttask - the target tasktrue if this supports the target task, otherwise falsepublic void execute(TaskExecutionContext context, TaskInfo task)
TaskExecutorexecute in interface TaskExecutorcontext - the current contexttask - the target taskCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.