Uses of Interface
javax.tools.StandardJavaFileManager
Package
Description
Provides interfaces for tools which can be invoked from a program,
for example, compilers.
-
Uses of StandardJavaFileManager in javax.tools
Modifier and TypeMethodDescriptionDocumentationTool.getStandardFileManager
(DiagnosticListener<? super JavaFileObject> diagnosticListener, Locale locale, Charset charset) Returns a new instance of the standard file manager implementation for this tool.JavaCompiler.getStandardFileManager
(DiagnosticListener<? super JavaFileObject> diagnosticListener, Locale locale, Charset charset) Returns a new instance of the standard file manager implementation for this tool.