Interface JavaCompiler

  • All Known Implementing Classes:
    JavacJavaCompiler

    public interface JavaCompiler
    Author:
    Alex.Tkachman
    • Method Detail

      • compile

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