|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.griffon.runtime.tasks.DefaultTaskControl
public class DefaultTaskControl extends Object
| Field Summary | |
|---|---|
private static org.slf4j.Logger |
log
|
private TaskContext |
taskContext
|
| Constructor Summary | |
DefaultTaskControl(TaskContext taskContext)
|
|
| Method Summary | |
|---|---|
void
|
cancel()
|
void
|
execute()
|
TaskContext
|
getContext()
|
private TaskWorker
|
getWorker()
|
Object
|
waitFor()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final org.slf4j.Logger log
private final TaskContext taskContext
| Constructor Detail |
|---|
public DefaultTaskControl(TaskContext taskContext)
| Method Detail |
|---|
public void cancel()
public void execute()
public TaskContext getContext()
private TaskWorkergetWorker() { private TaskWorker getWorker()
public Object waitFor()
Groovy Documentation