Package org.jrd.frontend.frame.overwrite
Class OverwriteClassDialog.CompilationWithResult
- java.lang.Object
-
- org.jrd.frontend.frame.overwrite.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
private java.lang.String
uploadClassloader
-
Constructor Summary
Constructors Constructor Description CompilationWithResult(io.github.mkoncek.classpathless.api.ClasspathlessCompiler rc, io.github.mkoncek.classpathless.api.ClassesProvider cp, OverwriteClassDialog.TextLog compilationLog, java.lang.String uploadClassloader, 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()
java.lang.String
getUploadClassloader()
void
run()
-
-
-
Field Detail
-
rc
private final io.github.mkoncek.classpathless.api.ClasspathlessCompiler rc
-
cp
private final io.github.mkoncek.classpathless.api.ClassesProvider cp
-
compilationLog
private final OverwriteClassDialog.TextLog compilationLog
-
sources
private final io.github.mkoncek.classpathless.api.IdentifiedSource[] sources
-
uploadClassloader
private final java.lang.String uploadClassloader
-
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, java.lang.String uploadClassloader, io.github.mkoncek.classpathless.api.IdentifiedSource... sources)
-
-