public class ExecutorParameter extends Object
| Constructor and Description |
|---|
ExecutorParameter() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Collection<? extends Task> tasks)
Executes the tasks.
|
void |
execute(Task... tasks)
Executes the tasks.
|
Task.Context |
getTaskContext()
Returns the task execution context.
|
public Task.Context getTaskContext()
public void execute(Task... tasks)
tasks - the taskspublic void execute(Collection<? extends Task> tasks)
tasks - the tasksCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.