软件包 | 描述 |
---|---|
javax.tools |
为可以从程序调用的工具提供接口,例如,编译器。
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingJavaFileManager<M extends JavaFileManager>
向一个给定的文件管理器转发调用。
|
Modifier and Type | Interface and Description |
---|---|
interface |
StandardJavaFileManager
基于
java.io.File文件管理器。
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingJavaFileManager<M extends JavaFileManager>
向一个给定的文件管理器转发调用。
|
Modifier and Type | Field and Description |
---|---|
protected M |
ForwardingJavaFileManager.fileManager
所有方法都委派给的文件管理器。
|
Modifier and Type | Method and Description |
---|---|
DocumentationTool.DocumentationTask |
DocumentationTool.getTask(Writer out, JavaFileManager fileManager, DiagnosticListener<? super JavaFileObject> diagnosticListener, 类<?> docletClass, Iterable<String> options, Iterable<? extends JavaFileObject> compilationUnits)
用给定的组件和参数为文档任务创建一个未来。
|
JavaCompiler.CompilationTask |
JavaCompiler.getTask(Writer out, JavaFileManager fileManager, DiagnosticListener<? super JavaFileObject> diagnosticListener, Iterable<String> options, Iterable<String> classes, Iterable<? extends JavaFileObject> compilationUnits)
用给定的组件和参数创建一个编译任务的未来。
|
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.