Package javax.tools

Interface JavaCompiler.CompilationTask

All Superinterfaces:
Callable<Boolean>
All Known Implementing Classes:
JavacTask
Enclosing interface:
JavaCompiler

public static interface JavaCompiler.CompilationTask extends Callable<Boolean>
Interface representing a future for a compilation task. The compilation task has not yet started. To start the task, call the call method.

Before calling the call method, additional aspects of the task can be configured, for example, by calling the setProcessors method.