StandardJavaFileManager

Interface StandardJavaFileManager

All Superinterfaces:
AutoCloseable, Closeable, Flushable, JavaFileManager, OptionChecker
public interface StandardJavaFileManager
extends JavaFileManager

File manager based on java.io.File. A common way to obtain an instance of this class is using getStandardFileManager, for example:

JavaCompiler compiler = ToolProvider.getSystemJavaCompiler();
    DiagnosticCollector&