org.netbeans.modules.parsing.api/1 1.55.0 6

org.netbeans.modules.parsing.spi
Class TaskFactory

java.lang.Object
  extended by 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

Constructor Summary
TaskFactory()
           
 
Method Summary
abstract  Collection<? extends SchedulerTask> create(Snapshot snapshot)
          Creates new SchedulerTasks for a Snapshot.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskFactory

public TaskFactory()
Method Detail

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.

org.netbeans.modules.parsing.api/1 1.55.0 6

Built on May 24 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.