Uses of Class
org.quattor.pan.tasks.Task

Packages that use Task
org.quattor.pan Contains the high-level classes used to invoke the pan language compiler. 
org.quattor.pan.cache   
org.quattor.pan.tasks Provides classes that implement parallel tasks within the compiler. 
 

Uses of Task in org.quattor.pan
 

Methods in org.quattor.pan with parameters of type Task
 void Compiler.submit(Task<? extends TaskResult> task)
          Submits a task to one of the compiler's task queues for processing.
 

Uses of Task in org.quattor.pan.cache
 

Methods in org.quattor.pan.cache that return Task
protected  Task<Valid2Result> Valid2Cache.createTask(java.lang.String objectName)
           
protected  Task<Valid1Result> Valid1Cache.createTask(java.lang.String objectName)
           
protected  Task<BuildResult> BuildCache.createTask(java.lang.String objectName)
           
protected abstract  Task<T> AbstractCache.createTask(java.lang.String key)
          Creates a new task to be put into the cache, if necessary.
 

Uses of Task in org.quattor.pan.tasks
 

Subclasses of Task in org.quattor.pan.tasks
 class BuildTask
          Wraps the BuildCallable as a Task.
 class CompileTask
          Wraps the CompileCallable as a Task.
 class Valid1Task
          Wraps the BuildCallable as a Task.
 class Valid2Task
          Wraps the Valid2Callable as a Task.
 class WriteAnnotationTask
          Wraps the WriteAnnotationCallable as a Task.
 class WriteDepTask
          Wraps the WriteDepCallable as a Task.
 class WriteXmlTask
          Wraps the WriteXmlTask as a Task.
 



Copyright © 2011 Quattor. All Rights Reserved.