[Java] Interface JavaCompiler
public interface JavaCompiler
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public void |
compile(List<String> files, CompilationUnit cu) |
Method Detail
public void compile(List<String> files, CompilationUnit cu)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/tools/javac/JavaCompiler.html