Class KotlinClassCompiler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void compile​(java.lang.String[] files, java.util.List<java.lang.String> classPath, gg.jte.TemplateConfig config, java.nio.file.Path classDirectory, java.util.Map<java.lang.String,​gg.jte.runtime.ClassInfo> templateByClassName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KotlinClassCompiler

        public KotlinClassCompiler()
    • Method Detail

      • compile

        public void compile​(java.lang.String[] files,
                            java.util.List<java.lang.String> classPath,
                            gg.jte.TemplateConfig config,
                            java.nio.file.Path classDirectory,
                            java.util.Map<java.lang.String,​gg.jte.runtime.ClassInfo> templateByClassName)
        Specified by:
        compile in interface ClassCompiler