public static interface JavaCompiler.CompilationTask extends Callable<Boolean>
Before calling the call method, additional aspects of the task can be configured, for example, by calling the setProcessors method.
void setProcessors(Iterable<? extends Processor> processors)
processors
IllegalStateException
void setLocale(Locale locale)
locale
null
Boolean call()
call
Callable<Boolean>
RuntimeException