T - The return type of the ITask this factory creates.public interface ITaskFactory<T>
| Modifier and Type | Method and Description |
|---|---|
ITask<T> |
make(java.lang.String param)
Makes an ITask using the given string parameter.
|
ITask<T> make(java.lang.String param)
param - A string representation of the constructor parameter for the task.