public class TaskRegistry extends Object
TaskRegistry()
static Task<?>
getTask(FlowTask workTask)
static void
register(String taskType, Class<? extends Task> taskImplementation)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TaskRegistry()
public static void register(String taskType, Class<? extends Task> taskImplementation)
public static Task<?> getTask(FlowTask workTask)