Class NativeJavaCompilerSettings

    • Constructor Detail

      • NativeJavaCompilerSettings

        public NativeJavaCompilerSettings()
    • Method Detail

      • toOptionsList

        public java.util.List<java.lang.String> toOptionsList()
        Creates list of 'javac' options which can be directly used in #{JavaCompiler.getTask(Writer, JavaFileManager, DiagnosticListener, Iterable, Iterable, Iterable)} See http://docs.oracle.com/javase/8/docs/technotes/tools/unix/javac.html for full list of javac options.
        Returns:
        list of strings which represent the compiler options