protected static class ClassWorkSource.TaskContextParameterManufacturer extends Object implements ClassWorkSource.ParameterManufacturer
Modifier | Constructor and Description |
---|---|
protected |
TaskContextParameterManufacturer() |
Modifier and Type | Method and Description |
---|---|
ParameterFactory |
createParameterFactory(String taskName,
Class<?> parameterType,
TaskTypeBuilder<Indexed,Indexed> taskTypeBuilder,
Sequence objectSequence,
Sequence flowSequence,
ClassLoader classLoader)
Creates the
ParameterFactory . |
public ParameterFactory createParameterFactory(String taskName, Class<?> parameterType, TaskTypeBuilder<Indexed,Indexed> taskTypeBuilder, Sequence objectSequence, Sequence flowSequence, ClassLoader classLoader)
ClassWorkSource.ParameterManufacturer
ParameterFactory
.createParameterFactory
in interface ClassWorkSource.ParameterManufacturer
taskName
- Name of the Task
.parameterType
- Parameter type.taskTypeBuilder
- TaskTypeBuilder
.objectSequence
- Object Sequence
.flowSequence
- Flow Sequence
.classLoader
- ClassLoader
.ParameterFactory
or null
if not
appropriate for this to manufacture a
ParameterFactory
.Copyright © 2005–2016. All rights reserved.