org.apache.commons.jci.compilers.groovy
Class GroovyJavaCompiler

java.lang.Object
  extended byorg.apache.commons.jci.compilers.AbstractJavaCompiler
      extended byorg.apache.commons.jci.compilers.groovy.GroovyJavaCompiler
All Implemented Interfaces:
JavaCompiler

public final class GroovyJavaCompiler
extends AbstractJavaCompiler


Field Summary
 
Fields inherited from class org.apache.commons.jci.compilers.AbstractJavaCompiler
problemHandler
 
Constructor Summary
GroovyJavaCompiler()
           
 
Method Summary
 CompilationResult compile(java.lang.String[] clazzNames, ResourceReader reader, ResourceStore store)
           
 
Methods inherited from class org.apache.commons.jci.compilers.AbstractJavaCompiler
setCompilationProblemHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyJavaCompiler

public GroovyJavaCompiler()
Method Detail

compile

public CompilationResult compile(java.lang.String[] clazzNames,
                                 ResourceReader reader,
                                 ResourceStore store)


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.