Package org.kie.memorycompiler.jdknative
Class NativeJavaCompilerSettings
- java.lang.Object
-
- org.kie.memorycompiler.JavaCompilerSettings
-
- org.kie.memorycompiler.jdknative.NativeJavaCompilerSettings
-
public class NativeJavaCompilerSettings extends JavaCompilerSettings
-
-
Constructor Summary
Constructors Constructor Description NativeJavaCompilerSettings()NativeJavaCompilerSettings(JavaCompilerSettings pSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<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.-
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 Detail
-
NativeJavaCompilerSettings
public NativeJavaCompilerSettings()
-
NativeJavaCompilerSettings
public NativeJavaCompilerSettings(JavaCompilerSettings pSettings)
-
-
Method Detail
-
toOptionsList
public List<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
-
-