Interface Compiler


  • public interface Compiler
    • Method Detail

      • compile

        boolean compile​(Project project,
                        java.util.Collection<java.io.File> sources,
                        java.util.Collection<Container> buildpath,
                        java.io.File bin)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception