public interface CompilerOptions
Provides configuration to the javac compiler.
-
Method Details
-
classpath
The classpath to pass to the compiler.- Returns:
- classpath
-
modulepath
The modulepath to pass to the compiler.- Returns:
- the module path
-
sourcepath
The source path to pass to the compiler.- Returns:
- the source path
-
commandLineArguments
The command line arguments to pass to the compiler.- Returns:
- arguments
-
source
String source()The compiler source version.- Returns:
- source version
-
target
String target()The compiler target version.- Returns:
- target version
-