API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.tools. JavaCompiler View Source
Author(s)
Peter von der Ahé
Jonathan Gibbons
Since
1.6
Version
Serial
Hierarchy
 Tool
      JavaCompiler
Subinterfaces
Description
public interface JavaCompiler
  Interface to invoke Java™ programming language compilers from programs.
Methods
Hide/Show inherited methods
public StandardJavaFileManager getStandardFileManager (DiagnosticListener<Object> diagnosticListener, Locale locale, Charset charset)
  Gets a new instance of the standard file manager implementation for this tool.
public CompilationTask getTask (Writer out, JavaFileManager fileManager, DiagnosticListener<Object> diagnosticListener, Iterable<String> options, Iterable<String> classes, Iterable<JavaFileObject> compilationUnits)
  Creates a future for a compilation task with the given components and arguments.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar