Class DecompilationController.QuickCompiler

    • Constructor Summary

      Constructors 
      Constructor Description
      QuickCompiler()  
    • Method Summary

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

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

      • QuickCompiler

        QuickCompiler()
    • Method Detail

      • upload

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

        public void run​(DecompilerWrapper wrapper,
                        boolean upload,
                        io.github.mkoncek.classpathless.api.IdentifiedSource... srcs)