Home » openjdk-7 » javax » tools » [javadoc | source]
javax.tools
public class: ToolProvider [javadoc | source]
java.lang.Object
   javax.tools.ToolProvider
Provides methods for locating tool providers, for example, providers of compilers. This class complements the functionality of java.util.ServiceLoader .
Method from javax.tools.ToolProvider Summary:
getSystemJavaCompiler,   getSystemToolClassLoader,   trace
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.tools.ToolProvider Detail:
 public static JavaCompiler getSystemJavaCompiler() 
    Gets the Java™ programming language compiler provided with this platform.
 public static ClassLoader getSystemToolClassLoader() 
    Returns the class loader for tools provided with this platform. This does not include user-installed tools. Use the {@linkplain java.util.ServiceLoader service provider mechanism} for locating user installed tools.
 static T trace(Level level,
    Object reason)