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(Map pMap)EclipseJavaCompilerSettings(org.kie.memorycompiler.JavaCompilerSettings pSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 String CompilerOptions_VERSION_1_1
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_1_2
public static final String CompilerOptions_VERSION_1_2
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_1_3
public static final String CompilerOptions_VERSION_1_3
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_1_4
public static final String CompilerOptions_VERSION_1_4
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_JSR14
public static final String CompilerOptions_VERSION_JSR14
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_CLDC1_1
public static final String CompilerOptions_VERSION_CLDC1_1
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_1_5
public static final String CompilerOptions_VERSION_1_5
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_1_6
public static final String CompilerOptions_VERSION_1_6
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_1_7
public static final String CompilerOptions_VERSION_1_7
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_1_8
public static final String CompilerOptions_VERSION_1_8
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_9
public static final String CompilerOptions_VERSION_9
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_10
public static final String CompilerOptions_VERSION_10
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_11
public static final String CompilerOptions_VERSION_11
- See Also:
- Constant Field Values
-
CompilerOptions_VERSION_12
public static final String CompilerOptions_VERSION_12
- See Also:
- Constant Field Values
-
CompilerOptions_GENERATE
public static final String CompilerOptions_GENERATE
- See Also:
- Constant Field Values
-
CompilerOptions_DO_NOT_GENERATE
public static final String CompilerOptions_DO_NOT_GENERATE
- See Also:
- Constant Field Values
-
CompilerOptions_PRESERVE
public static final String CompilerOptions_PRESERVE
- See Also:
- Constant Field Values
-
CompilerOptions_OPTIMIZE_OUT
public static final String CompilerOptions_OPTIMIZE_OUT
- See Also:
- Constant Field Values
-
CompilerOptions_ERROR
public static final String CompilerOptions_ERROR
- See Also:
- Constant Field Values
-
CompilerOptions_WARNING
public static final String CompilerOptions_WARNING
- See Also:
- Constant Field Values
-
CompilerOptions_IGNORE
public static final String CompilerOptions_IGNORE
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_LineNumberAttribute
public static final String CompilerOptions_OPTION_LineNumberAttribute
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_SourceFileAttribute
public static final String CompilerOptions_OPTION_SourceFileAttribute
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_LocalVariableAttribute
public static final String CompilerOptions_OPTION_LocalVariableAttribute
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_ReportUnusedImport
public static final String CompilerOptions_OPTION_ReportUnusedImport
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_SuppressWarnings
public static final String CompilerOptions_OPTION_SuppressWarnings
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_Encoding
public static final String CompilerOptions_OPTION_Encoding
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_Source
public static final String CompilerOptions_OPTION_Source
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_TargetPlatform
public static final String CompilerOptions_OPTION_TargetPlatform
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_Compliance
public static final String CompilerOptions_OPTION_Compliance
- See Also:
- Constant Field Values
-
CompilerOptions_OPTION_ReportDeprecation
public static final String CompilerOptions_OPTION_ReportDeprecation
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EclipseJavaCompilerSettings
public EclipseJavaCompilerSettings()
-
EclipseJavaCompilerSettings
public EclipseJavaCompilerSettings(org.kie.memorycompiler.JavaCompilerSettings pSettings)
-
EclipseJavaCompilerSettings
public EclipseJavaCompilerSettings(Map pMap)
-
-