Uses of Interface
javax.tools.JavaFileManager
-
Packages that use JavaFileManager 软件包 描述 javax.tools 为可以从程序调用的工具提供接口,例如编译器。jdk.javadoc.doclet Doclet API提供了一个环境,结合语言模型API和编译器树API,客户端可以检查程序和库的源代码级结构,包括嵌入在源代码中的API注释。 -
-
Uses of JavaFileManager in javax.tools
Classes in javax.tools with type parameters of type JavaFileManager Modifier and Type Class 描述 class
ForwardingJavaFileManager<M extends JavaFileManager>
转发给给定的文件管理器。Subinterfaces of JavaFileManager in javax.tools Modifier and Type 接口 描述 interface
StandardJavaFileManager
文件管理器基于java.io.File和java.nio.file.Path 。Classes in javax.tools that implement JavaFileManager Modifier and Type Class 描述 class
ForwardingJavaFileManager<M extends JavaFileManager>
转发给给定的文件管理器。Fields in javax.tools declared as JavaFileManager Modifier and Type Field 描述 protected M
ForwardingJavaFileManager. fileManager
所有方法的委托文件管理器。Methods in javax.tools with parameters of type JavaFileManager Modifier and Type 方法 描述 DocumentationTool.DocumentationTask
DocumentationTool. getTask(Writer out, JavaFileManager fileManager, DiagnosticListener<? super JavaFileObject> diagnosticListener, Class<?> 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)
使用给定的组件和参数创建编译任务的未来。 -
Uses of JavaFileManager in jdk.javadoc.doclet
Methods in jdk.javadoc.doclet that return JavaFileManager Modifier and Type 方法 描述 JavaFileManager
DocletEnvironment. getJavaFileManager()
返回用于读取和写入文件的文件管理器。
-