API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.tools. ToolProvider View Source
Author(s)
Peter von der Ahé
Since
1.6
Version
Serial
Hierarchy
 Object
      ToolProvider
Implements
Subclasses
Description
public class ToolProvider
  Provides methods for locating tool providers, for example, providers of compilers.
See also:   
Constructors
private ToolProvider ()
Methods
Hide/Show inherited methods
publicstatic JavaCompiler getSystemJavaCompiler ()
  Gets the Java™ programming language compiler provided with this platform.
publicstatic ClassLoader getSystemToolClassLoader ()
  Returns the class loader for tools provided with this platform.
Fields
Hide/Show inherited fields
Nested Classes
  ToolProvider.Lazy
This class will not be initialized until one of the above methods are called.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar