public class NoArgConstructorTaskFactory<IN,OUT,TASK extends Task<? super IN,OUT>> extends Object implements TaskFactory<IN,OUT,TASK>
TaskFactory.ExecutionServiceInjector| Constructor and Description |
|---|
NoArgConstructorTaskFactory(Class<TASK> taskDef,
String... aliases) |
| 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
|
public TASK create()
TaskFactorypublic Collection<String> aliases()
TaskFactoryTaskRegistryCopyright © 2015 JBoss by Red Hat. All rights reserved.