Uses of Interface
javax.tools.StandardJavaFileManager
Package
Description
Provides interfaces for tools which can be invoked from a program,
for example, compilers.
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL),
which interactively evaluate "snippets" of Java programming language code.
-
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. -
Uses of StandardJavaFileManager in jdk.jshell
Modifier and TypeMethodDescriptionJShell.Builder.fileManager
(Function<StandardJavaFileManager, StandardJavaFileManager> mapping) Configure theFileManager
to be used by compilation and source analysis.JShell.Builder.fileManager
(Function<StandardJavaFileManager, StandardJavaFileManager> mapping) Configure theFileManager
to be used by compilation and source analysis.