| Modifier and Type | Interface and Description |
|---|---|
interface |
Task
One initialization task
|
| Modifier and Type | Field and Description |
|---|---|
static Executable |
Executable.NOOP
No-op implementation.
|
| Modifier and Type | Method and Description |
|---|---|
TaskGraphBuilder.Handle |
TaskGraphBuilder.add(String displayName,
Executable e)
Adds a new work unit and returns its handle, which can then be used to set up dependencies among them.
|
Copyright © 2004-2013. All Rights Reserved.