public class NativeJavaCompilerSettings extends JavaCompilerSettings
| Constructor and Description |
|---|
NativeJavaCompilerSettings() |
NativeJavaCompilerSettings(JavaCompilerSettings pSettings) |
| Modifier and Type | Method and 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. |
getSourceEncoding, getSourceVersion, getTargetVersion, isDebug, isDeprecations, isVerbose, isWarnings, setDebug, setDeprecations, setSourceEncoding, setSourceVersion, setTargetVersion, setVerbose, setWarningspublic NativeJavaCompilerSettings()
public NativeJavaCompilerSettings(JavaCompilerSettings pSettings)
public List<String> toOptionsList()
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.Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.