public interface JavaCompiler
Strategy interface for compiling Java sources during Groovy joint compilation.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
compile(List<String> files, CompilationUnit cu)Compiles the supplied Java source files into the context of the provided Groovy compilation unit. |
Compiles the supplied Java source files into the context of the provided Groovy compilation unit.
files - the Java source files to compilecu - the owning Groovy compilation unit