org.apache.commons.jci.compilers
Class GroovyJavaCompilerSettings

java.lang.Object
  extended by org.apache.commons.jci.compilers.JavaCompilerSettings
      extended by org.apache.commons.jci.compilers.GroovyJavaCompilerSettings

public final class GroovyJavaCompilerSettings
extends JavaCompilerSettings

Native configuration for the Groovy compiler

Author:
tcurdt

Constructor Summary
GroovyJavaCompilerSettings(org.codehaus.groovy.control.CompilerConfiguration pSettings)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyJavaCompilerSettings

public GroovyJavaCompilerSettings(org.codehaus.groovy.control.CompilerConfiguration pSettings)
Method Detail

getCompilerConfiguration

public org.codehaus.groovy.control.CompilerConfiguration getCompilerConfiguration()


Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.