org.quattor.pan.tasks
Class CompileTask
java.lang.Object
java.util.concurrent.FutureTask<T>
org.quattor.pan.tasks.Task<CompileResult>
org.quattor.pan.tasks.CompileTask
- All Implemented Interfaces:
- Runnable, Future<CompileResult>, RunnableFuture<CompileResult>
public class CompileTask
- extends Task<CompileResult>
Wraps the CompileCallable as a Task. This wrapping
is done to make sure that the CompileCallable is fully
constructed before passing it to the FutureTask.
- Author:
- loomis
| Methods inherited from class org.quattor.pan.tasks.Task |
toString |
CompileTask
public CompileTask(String tplfile,
CompileCache.PostCompileProcessor postCompileProcessor,
CompilerOptions compilerOptions)
Copyright © 2012 Quattor. All Rights Reserved.