org.codehaus.groovy.tools.javac
Class JavacCompilerFactory

java.lang.Object
  extended by org.codehaus.groovy.tools.javac.JavacCompilerFactory
All Implemented Interfaces:
JavaCompilerFactory

public class JavacCompilerFactory
extends Object
implements JavaCompilerFactory


Constructor Summary
JavacCompilerFactory()
           
 
Method Summary
 JavaCompiler createCompiler(CompilerConfiguration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavacCompilerFactory

public JavacCompilerFactory()
Method Detail

createCompiler

public JavaCompiler createCompiler(CompilerConfiguration config)
Specified by:
createCompiler in interface JavaCompilerFactory

Copyright © 2003-2010 The Codehaus. All rights reserved.