public abstract class TaskFactory extends Object
EmbeddingProvider,
ParserBasedEmbeddingProvider or ParserResultTask) for given source.MimeRegistration| Constructor and Description |
|---|
TaskFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<? extends SchedulerTask> |
create(Snapshot snapshot)
Creates new
SchedulerTasks for a Snapshot. |
public abstract Collection<? extends SchedulerTask> create(Snapshot snapshot)
SchedulerTasks for a Snapshot.snapshot - The Snapshot to create tasks for.SchedulerTasks for the given Snapshot.