org.netbeans.modules.parsing.spi
Class TaskFactory
java.lang.Object
org.netbeans.modules.parsing.spi.TaskFactory
public abstract class TaskFactory
- extends Object
Creates a list of tasks (EmbeddingProvider,
ParserBasedEmbeddingProvider or ParserResultTask) for given source.
- See Also:
MimeRegistration
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskFactory
public TaskFactory()
create
public abstract Collection<? extends SchedulerTask> create(Snapshot snapshot)
- Creates new
SchedulerTasks for a Snapshot.
- Parameters:
snapshot - The Snapshot to create tasks for.
- Returns:
- New
SchedulerTasks for the given Snapshot.