Package org.kie.memorycompiler.jdknative
Class NativeJavaCompilerSettings
java.lang.Object
org.kie.memorycompiler.JavaCompilerSettings
org.kie.memorycompiler.jdknative.NativeJavaCompilerSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates 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.Methods inherited from class org.kie.memorycompiler.JavaCompilerSettings
addClasspath, addOption, getClasspathLocations, getOptions, getSourceEncoding, getSourceVersion, getTargetVersion, isDebug, isDeprecations, isVerbose, isWarnings, setDebug, setDeprecations, setSourceEncoding, setSourceVersion, setTargetVersion, setVerbose, setWarnings
-
Constructor Details
-
NativeJavaCompilerSettings
public NativeJavaCompilerSettings() -
NativeJavaCompilerSettings
-
-
Method Details
-
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
-