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
SchedulerTask s for a Snapshot . |
public abstract Collection<? extends SchedulerTask> create(Snapshot snapshot)
SchedulerTask
s for a Snapshot
.snapshot
- The Snapshot
to create tasks for.SchedulerTask
s for the given Snapshot
.