Package org.kie.memorycompiler
Class JavaCompilerSettings
java.lang.Object
org.kie.memorycompiler.JavaCompilerSettings
- Direct Known Subclasses:
NativeJavaCompilerSettings
Most common denominator for JavaCompiler settings.
If you need more specific settings you have to provide
the native compiler configurations to the compilers.
Writing of a custom factory is suggested.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddClasspath(File classpath) voidbooleanisDebug()booleanbooleanDeprecated.booleanvoidsetDebug(boolean pDebug) voidsetDeprecations(boolean pDeprecations) voidsetSourceEncoding(String pSourceEncoding) voidsetSourceVersion(String pSourceVersion) voidsetTargetVersion(String pTargetVersion) voidsetVerbose(boolean pVerbose) Deprecated.voidsetWarnings(boolean pWarnings)
-
Constructor Details
-
JavaCompilerSettings
public JavaCompilerSettings() -
JavaCompilerSettings
-
-
Method Details
-
setTargetVersion
-
getTargetVersion
-
setSourceVersion
-
getSourceVersion
-
setSourceEncoding
-
getSourceEncoding
-
setWarnings
public void setWarnings(boolean pWarnings) -
isWarnings
public boolean isWarnings() -
setDeprecations
public void setDeprecations(boolean pDeprecations) -
isDeprecations
public boolean isDeprecations() -
setDebug
public void setDebug(boolean pDebug) -
isDebug
public boolean isDebug() -
setVerbose
public void setVerbose(boolean pVerbose) Deprecated. -
isVerbose
public boolean isVerbose()Deprecated. -
getClasspathLocations
-
addClasspath
-
getOptions
-
addOption
-