IN - Input of the taskOUT - Output of the taskTASK - Task that is created by this factorypublic interface TaskFactory<IN,OUT,TASK extends Task<? super IN,OUT>>
| Modifier and Type | Interface and Description |
|---|---|
static class |
TaskFactory.ExecutionServiceInjector |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
aliases()
Returns a collection of aliases for this task factory.
|
TASK |
create()
Creates an instance of the task
|
TASK create()
Collection<String> aliases()
TaskRegistryCopyright © 2015 JBoss by Red Hat. All rights reserved.