API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.tools
Author(s)
Peter von der Ahé
Jonathan Gibbons
Since
1.6
Version
Serial
Description
  Provides interfaces for tools which can be invoked from a program, for example, compilers.
See also:   
Diagnostic View Source Interface for diagnostics from tools.
Diagnostic.Kind View Source Kinds of diagnostics, for example, error or warning.
DiagnosticCollector View Source Provides an easy way to collect diagnostics in a list.
DiagnosticListener View Source Interface for receiving diagnostics from tools.
FileObject View Source File abstraction for tools.
ForwardingFileObject View Source Forwards calls to a given file object.
ForwardingJavaFileManager View Source Forwards calls to a given file manager.
ForwardingJavaFileObject View Source Forwards calls to a given file object.
JavaCompiler View Source Interface to invoke Java™ programming language compilers from programs.
JavaCompiler.CompilationTask View Source Interface representing a future for a compilation task.
JavaFileManager View Source File manager for tools operating on Java™ programming language source and class files.
JavaFileManager.Location View Source Interface for locations of file objects.
JavaFileObject View Source File abstraction for tools operating on Java™ programming language source and class files.
JavaFileObject.Kind View Source Kinds of JavaFileObjects.
OptionChecker View Source Interface for recognizing options.
SimpleJavaFileObject View Source Provides simple implementations for most methods in JavaFileObject.
StandardJavaFileManager View Source File manager based on java.io.File.
StandardLocation View Source Standard locations of file objects.
Tool View Source Common interface for tools that can be invoked from a program.
ToolProvider View Source Provides methods for locating tool providers, for example, providers of compilers.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar