public class ToolProvider extends Object
ServiceLoader
功能。
Modifier and Type | Method and Description |
---|---|
static DocumentationTool |
getSystemDocumentationTool()
有java编程语言文档的工具™提供这个平台。
|
static JavaCompiler |
getSystemJavaCompiler()
有java™编程语言编译器提供这个平台。
|
static ClassLoader |
getSystemToolClassLoader()
返回为该平台提供的工具的类装载器。
|
public static JavaCompiler getSystemJavaCompiler()
null
如果没有提供编译
public static DocumentationTool getSystemDocumentationTool()
null
如果没有提供文件的工具
public static ClassLoader getSystemToolClassLoader()
null
如果没有提供工具类装载器
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.