Package | Description |
---|---|
griffon.plugins.tasks | |
org.codehaus.griffon.runtime.tasks |
Modifier and Type | Field and Description |
---|---|
static TaskPredicate |
TaskPredicates.allTasks |
static TaskPredicate |
TaskPredicates.backgroundTasks |
static TaskPredicate |
TaskPredicates.blockingTasks |
static TaskPredicate |
TaskPredicates.pendingTasks |
static TaskPredicate |
TaskPredicates.startedTasks |
Modifier and Type | Method and Description |
---|---|
TaskControl |
TaskManager.findTask(TaskPredicate predicate) |
Iterable<TaskControl> |
TaskManager.getTasks(TaskPredicate predicate)
Returns a collection of all currently created task conforming to
the specified predicate.
|
Modifier and Type | Method and Description |
---|---|
static TaskIterable |
TaskIterable.filter(Iterable<TaskControl> iterable,
TaskPredicate filter) |
static TaskControl |
TaskIterable.find(Iterable<TaskControl> iterable,
TaskPredicate filter) |
TaskControl |
DefaultTaskManager.findTask(TaskPredicate predicate) |
Iterable<TaskControl> |
DefaultTaskManager.getTasks(TaskPredicate predicate) |
Constructor and Description |
---|
TaskIterable(Iterable<TaskControl> delegate,
TaskPredicate filter) |
TaskIterator(Iterator<TaskControl> delegate,
TaskPredicate filter) |