Class OverwriteClassDialog.CompilationWithResult

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    OverwriteClassDialog

    public static class OverwriteClassDialog.CompilationWithResult
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private OverwriteClassDialog.TextLog compilationLog  
      private io.github.mkoncek.classpathless.api.ClassesProvider cp  
      private java.lang.Exception ex  
      private io.github.mkoncek.classpathless.api.ClasspathlessCompiler rc  
      private java.util.Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode> result  
      private io.github.mkoncek.classpathless.api.IdentifiedSource[] sources  
    • Constructor Summary

      Constructors 
      Constructor Description
      CompilationWithResult​(io.github.mkoncek.classpathless.api.ClasspathlessCompiler rc, io.github.mkoncek.classpathless.api.ClassesProvider cp, OverwriteClassDialog.TextLog compilationLog, io.github.mkoncek.classpathless.api.IdentifiedSource... sources)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode> getResult()  
      void run()  
      • Methods inherited from class java.lang.Object

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

      • rc

        private final io.github.mkoncek.classpathless.api.ClasspathlessCompiler rc
      • cp

        private final io.github.mkoncek.classpathless.api.ClassesProvider cp
      • sources

        private final io.github.mkoncek.classpathless.api.IdentifiedSource[] sources
      • ex

        private java.lang.Exception ex
      • result

        private java.util.Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode> result
    • Constructor Detail

      • CompilationWithResult

        public CompilationWithResult​(io.github.mkoncek.classpathless.api.ClasspathlessCompiler rc,
                                     io.github.mkoncek.classpathless.api.ClassesProvider cp,
                                     OverwriteClassDialog.TextLog compilationLog,
                                     io.github.mkoncek.classpathless.api.IdentifiedSource... sources)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • getResult

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