| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.tools.ToolProvider
public class ToolProvider
Provides methods for locating tool providers, for example,
 providers of compilers.  This class complements the
 functionality of ServiceLoader.
| Method Summary | |
|---|---|
| static JavaCompiler | getSystemJavaCompiler()Gets the Java™ programming language compiler provided with this platform. | 
| static ClassLoader | getSystemToolClassLoader()Returns the class loader for tools provided with this platform. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static JavaCompiler getSystemJavaCompiler()
null if no compiler is providedpublic static ClassLoader getSystemToolClassLoader()
null if no tools are provided| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.