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
Methods inherited from class org.apache.commons.jci.compilers.JavaCompilerSettings |
getSourceEncoding, getSourceVersion, getTargetVersion, isDebug, isDeprecations, isVerbose, isWarnings, setDebug, setDeprecations, setSourceEncoding, setSourceVersion, setTargetVersion, setVerbose, setWarnings |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroovyJavaCompilerSettings
public GroovyJavaCompilerSettings(org.codehaus.groovy.control.CompilerConfiguration pSettings)
getCompilerConfiguration
public org.codehaus.groovy.control.CompilerConfiguration getCompilerConfiguration()
Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.