Package | Description |
---|---|
manifold.internal.javac |
Modifier and Type | Class and Description |
---|---|
class |
JavacFileManagerBridge<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.
|
Copyright © 2024. All rights reserved.