Interface JavaCompiler

All Known Implementing Classes:
JavacJavaCompiler

public interface JavaCompiler
  • Method Summary

    Modifier and Type Method Description
    void compile​(java.util.List<java.lang.String> files, CompilationUnit cu)  
  • Method Details

    • compile

      void compile​(java.util.List<java.lang.String> files, CompilationUnit cu)