Package org.apache.commons.jci.compilers
Class GroovyJavaCompilerSettings
- java.lang.Object
-
- org.apache.commons.jci.compilers.JavaCompilerSettings
-
- org.apache.commons.jci.compilers.GroovyJavaCompilerSettings
-
public final class GroovyJavaCompilerSettings extends JavaCompilerSettings
Native configuration for the Groovy compiler- Author:
- tcurdt
-
-
Constructor Summary
Constructors Constructor Description GroovyJavaCompilerSettings(org.codehaus.groovy.control.CompilerConfiguration pSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.groovy.control.CompilerConfiguration
getCompilerConfiguration()
-
Methods inherited from class org.apache.commons.jci.compilers.JavaCompilerSettings
getSourceEncoding, getSourceVersion, getTargetVersion, isDebug, isDeprecations, isVerbose, isWarnings, setDebug, setDeprecations, setSourceEncoding, setSourceVersion, setTargetVersion, setVerbose, setWarnings
-
-