Package org.drools.ecj
Class EclipseJavaCompilerSettings
- java.lang.Object
-
- org.kie.memorycompiler.JavaCompilerSettings
-
- org.drools.ecj.EclipseJavaCompilerSettings
-
public final class EclipseJavaCompilerSettings extends org.kie.memorycompiler.JavaCompilerSettingsNative Eclipse compiler settings
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EclipseJavaCompilerSettings()EclipseJavaCompilerSettings(java.util.Map pMap)EclipseJavaCompilerSettings(org.kie.memorycompiler.JavaCompilerSettings pSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
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
-
-
-
-
Field Detail
-
CompilerOptions_VERSION_1_1
public static final java.lang.String CompilerOptions_VERSION_1_1
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_1_2
public static final java.lang.String CompilerOptions_VERSION_1_2
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_1_3
public static final java.lang.String CompilerOptions_VERSION_1_3
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_1_4
public static final java.lang.String CompilerOptions_VERSION_1_4
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_JSR14
public static final java.lang.String CompilerOptions_VERSION_JSR14
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_CLDC1_1
public static final java.lang.String CompilerOptions_VERSION_CLDC1_1
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_1_5
public static final java.lang.String CompilerOptions_VERSION_1_5
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_1_6
public static final java.lang.String CompilerOptions_VERSION_1_6
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_1_7
public static final java.lang.String CompilerOptions_VERSION_1_7
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_1_8
public static final java.lang.String CompilerOptions_VERSION_1_8
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_9
public static final java.lang.String CompilerOptions_VERSION_9
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_10
public static final java.lang.String CompilerOptions_VERSION_10
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_11
public static final java.lang.String CompilerOptions_VERSION_11
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_12
public static final java.lang.String CompilerOptions_VERSION_12
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_15
public static final java.lang.String CompilerOptions_VERSION_15
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_16
public static final java.lang.String CompilerOptions_VERSION_16
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_17
public static final java.lang.String CompilerOptions_VERSION_17
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_18
public static final java.lang.String CompilerOptions_VERSION_18
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_19
public static final java.lang.String CompilerOptions_VERSION_19
- See Also:
- Constant Field Values
-
CompilerOptions_GENERATE
public static final java.lang.String CompilerOptions_GENERATE
- See Also:
- Constant Field Values
-
CompilerOptions_DO_NOT_GENERATE
public static final java.lang.String CompilerOptions_DO_NOT_GENERATE
- See Also:
- Constant Field Values
-
CompilerOptions_PRESERVE
public static final java.lang.String CompilerOptions_PRESERVE
- See Also:
- Constant Field Values
-
CompilerOptions_OPTIMIZE_OUT
public static final java.lang.String CompilerOptions_OPTIMIZE_OUT
- See Also:
- Constant Field Values
-
CompilerOptions_ERROR
public static final java.lang.String CompilerOptions_ERROR
- See Also:
- Constant Field Values
-
CompilerOptions_WARNING
public static final java.lang.String CompilerOptions_WARNING
- See Also:
- Constant Field Values
-
CompilerOptions_IGNORE
public static final java.lang.String CompilerOptions_IGNORE
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_LineNumberAttribute
public static final java.lang.String CompilerOptions_OPTION_LineNumberAttribute
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_SourceFileAttribute
public static final java.lang.String CompilerOptions_OPTION_SourceFileAttribute
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_LocalVariableAttribute
public static final java.lang.String CompilerOptions_OPTION_LocalVariableAttribute
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_ReportUnusedImport
public static final java.lang.String CompilerOptions_OPTION_ReportUnusedImport
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_SuppressWarnings
public static final java.lang.String CompilerOptions_OPTION_SuppressWarnings
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_Encoding
public static final java.lang.String CompilerOptions_OPTION_Encoding
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_Source
public static final java.lang.String CompilerOptions_OPTION_Source
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_TargetPlatform
public static final java.lang.String CompilerOptions_OPTION_TargetPlatform
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_Compliance
public static final java.lang.String CompilerOptions_OPTION_Compliance
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_ReportDeprecation
public static final java.lang.String CompilerOptions_OPTION_ReportDeprecation
- See Also:
- Constant Field Values
-
-