Package | Description |
---|---|
griffon.plugins.tasks | |
org.codehaus.griffon.runtime.tasks |
Modifier and Type | Method and Description |
---|---|
Task.Mode |
Task.getMode() |
static Task.Mode |
Task.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Task.Mode[] |
Task.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Task.Mode |
AbstractTask.getMode() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTask.setMode(Task.Mode mode) |
Constructor and Description |
---|
AbstractTask(String id,
Task.Mode mode) |