Uses of Interface
manifold.internal.javac.PreJava17JavacFileManagerMethod
Packages that use PreJava17JavacFileManagerMethod
-
Uses of PreJava17JavacFileManagerMethod in manifold.internal.javac
Classes in manifold.internal.javac that implement PreJava17JavacFileManagerMethodModifier and TypeClassDescriptionclassJavacFileManagerBridge<M extends JavaFileManager>The purpose of this class is to make our ManifoldJavaFileManager a JavacFileManager, which is necessary for straight usage of javac.exe on the command line; other javac usage such as via Maven, Gradle, and more generally via the Java Compiler API do not require our file manager to extend JavacFileManager.