Interface CompilerOptions


public interface CompilerOptions
Provides configuration to the javac compiler.
  • Method Details

    • classpath

      List<Path> classpath()
      The classpath to pass to the compiler.
      Returns:
      classpath
    • modulepath

      List<Path> modulepath()
      The modulepath to pass to the compiler.
      Returns:
      the module path
    • sourcepath

      List<Path> sourcepath()
      The source path to pass to the compiler.
      Returns:
      the source path
    • commandLineArguments

      List<String> 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