|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.griffon.runtime.tasks.AbstractTask
public abstract class AbstractTask extends Object
| Field Summary | |
|---|---|
private String |
id
|
private Mode |
mode
|
| Constructor Summary | |
protected AbstractTask(String id)
|
|
protected AbstractTask(String id, Mode mode)
|
|
| Method Summary | |
|---|---|
void
|
done(Object value)
|
void
|
failed(Throwable cause)
|
String
|
getId()
|
Mode
|
getMode()
|
void
|
process(List chunks)
|
void
|
setMode(Mode mode)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private final String id
private Mode mode
| Constructor Detail |
|---|
protected AbstractTask(String id)
protected AbstractTask(String id, Mode mode)
| Method Detail |
|---|
public void done(Object value)
public void failed(Throwable cause)
public String getId()
public Mode getMode()
public void process(List chunks)
public void setMode(Mode mode)
Groovy Documentation