API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.tools. JavaCompiler.CompilationTask View Source
Author(s)
Since
Version
Serial
Hierarchy
 Callable
      JavaCompiler.CompilationTask
Subinterfaces
Description
publicstatic interface JavaCompiler.CompilationTask
  Interface representing a future for a compilation task.
See also:   
Methods
Hide/Show inherited methods
public Boolean call () [Specified in Callable]
  Performs this compilation task.
public void setLocale (Locale locale)
  Set the locale to be applied when formatting diagnostics and other localized data.
public void setProcessors (Iterable<Processor> processors)
  Sets processors (for annotation processing).
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar