| java.lang.Object javax.tools.ToolProvider
ToolProvider | public class ToolProvider (Code) | | Provides methods for locating tool providers, for example,
providers of compilers. This class complements the
functionality of
java.util.ServiceLoader .
author: Peter von der Ahé since: 1.6 |
Inner Class :static class Lazy | |
getSystemJavaCompiler | public static JavaCompiler getSystemJavaCompiler()(Code) | | Gets the Java™ programming language compiler provided
with this platform.
the compiler provided with this platform or null if no compiler is provided |
getSystemToolClassLoader | public static ClassLoader getSystemToolClassLoader()(Code) | | Returns the class loader for tools provided with this platform.
This does not include user-installed tools. Use the
for locating user installed tools.
the class loader for tools provided with this platformor null if no tools are provided |
|
|