org.quattor.pan.tasks
Class WriteDepTask

java.lang.Object
  extended by java.util.concurrent.FutureTask<T>
      extended by org.quattor.pan.tasks.Task<TaskResult>
          extended by org.quattor.pan.tasks.WriteDepTask
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future<TaskResult>, java.util.concurrent.RunnableFuture<TaskResult>

public class WriteDepTask
extends Task<TaskResult>

Wraps the WriteDepCallable as a Task. This wrapping is done to make sure that the WriteDepCallable is fully constructed before passing it to the FutureTask.

Author:
loomis

Field Summary
 
Fields inherited from class org.quattor.pan.tasks.Task
info, resultType
 
Constructor Summary
WriteDepTask(Compiler compiler, java.lang.String objectName, java.io.File outputDirectory)
           
 
Method Summary
 
Methods inherited from class org.quattor.pan.tasks.Task
toString
 
Methods inherited from class java.util.concurrent.FutureTask
cancel, done, get, get, isCancelled, isDone, run, runAndReset, set, setException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WriteDepTask

public WriteDepTask(Compiler compiler,
                    java.lang.String objectName,
                    java.io.File outputDirectory)


Copyright © 2011 Quattor. All Rights Reserved.