Class QuickCompiler


  • public class QuickCompiler
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(DecompilerWrapper wrapper, boolean upload, java.lang.String classloader, io.github.mkoncek.classpathless.api.IdentifiedSource... srcs)  
      void upload​(java.lang.String clazz, java.lang.String classloader, byte[] body)  
      java.util.Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode> waitResult()  
      • Methods inherited from class java.lang.Object

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

      • resultBackup

        private java.util.Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode> resultBackup
      • lastThread

        private java.lang.Thread lastThread
    • Method Detail

      • upload

        public void upload​(java.lang.String clazz,
                           java.lang.String classloader,
                           byte[] body)
      • run

        public void run​(DecompilerWrapper wrapper,
                        boolean upload,
                        java.lang.String classloader,
                        io.github.mkoncek.classpathless.api.IdentifiedSource... srcs)
      • waitResult

        public java.util.Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode> waitResult()