Package org.jrd.backend.communication
Class RuntimeCompilerConnector.ForeignCompilerWrapper
- java.lang.Object
-
- org.jrd.backend.communication.RuntimeCompilerConnector.ForeignCompilerWrapper
-
- All Implemented Interfaces:
io.github.mkoncek.classpathless.api.ClasspathlessCompiler
- Enclosing class:
- RuntimeCompilerConnector
public static class RuntimeCompilerConnector.ForeignCompilerWrapper extends java.lang.Object implements io.github.mkoncek.classpathless.api.ClasspathlessCompiler
-
-
Field Summary
Fields Modifier and Type Field Description private DecompilerWrapperInformation
currentDecompiler
private PluginManager
pluginManager
-
Constructor Summary
Constructors Constructor Description ForeignCompilerWrapper(PluginManager pm, DecompilerWrapperInformation currentDecompiler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode>
compileClass(io.github.mkoncek.classpathless.api.ClassesProvider classprovider, java.util.Optional<io.github.mkoncek.classpathless.api.MessagesListener> messagesConsummer, io.github.mkoncek.classpathless.api.IdentifiedSource... javaSourceFiles)
-
-
-
Field Detail
-
pluginManager
private final PluginManager pluginManager
-
currentDecompiler
private final DecompilerWrapperInformation currentDecompiler
-
-
Constructor Detail
-
ForeignCompilerWrapper
public ForeignCompilerWrapper(PluginManager pm, DecompilerWrapperInformation currentDecompiler)
-
-
Method Detail
-
compileClass
public java.util.Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode> compileClass(io.github.mkoncek.classpathless.api.ClassesProvider classprovider, java.util.Optional<io.github.mkoncek.classpathless.api.MessagesListener> messagesConsummer, io.github.mkoncek.classpathless.api.IdentifiedSource... javaSourceFiles)
- Specified by:
compileClass
in interfaceio.github.mkoncek.classpathless.api.ClasspathlessCompiler
-
-