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
-
-
Field Summary
Fields Modifier and Type Field Description private org.codehaus.groovy.control.CompilerConfigurationsettings
-
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.CompilerConfigurationgetCompilerConfiguration()-
Methods inherited from class org.apache.commons.jci.compilers.JavaCompilerSettings
getSourceEncoding, getSourceVersion, getTargetVersion, isDebug, isDeprecations, isVerbose, isWarnings, setDebug, setDeprecations, setSourceEncoding, setSourceVersion, setTargetVersion, setVerbose, setWarnings
-
-