org.apache.sling.commons.compiler
Interface JavaCompiler


public interface JavaCompiler

The JavaCompiler provides platform independant Java Compilation support.


Method Summary
 boolean compile(CompileUnit[] units, CompilerEnvironment env, ClassWriter classWriter, ErrorHandler errorHandler, Options options)
           
 

Method Detail

compile

boolean compile(CompileUnit[] units,
                CompilerEnvironment env,
                ClassWriter classWriter,
                ErrorHandler errorHandler,
                Options options)


Copyright © 2007-2009 The Apache Software Foundation. All Rights Reserved.