Package org.jrd.backend.communication
Class RuntimeCompilerConnector.DummyRuntimeCompiler
- java.lang.Object
-
- org.jrd.backend.communication.RuntimeCompilerConnector.DummyRuntimeCompiler
-
- All Implemented Interfaces:
io.github.mkoncek.classpathless.api.ClasspathlessCompiler
- Enclosing class:
- RuntimeCompilerConnector
public static class RuntimeCompilerConnector.DummyRuntimeCompiler extends Object implements io.github.mkoncek.classpathless.api.ClasspathlessCompiler
-
-
Constructor Summary
Constructors Constructor Description DummyRuntimeCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode>
compileClass(io.github.mkoncek.classpathless.api.ClassesProvider classesProvider, Optional<io.github.mkoncek.classpathless.api.MessagesListener> messagesListener, io.github.mkoncek.classpathless.api.IdentifiedSource... identifiedSources)
-
-
-
Method Detail
-
compileClass
public Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode> compileClass(io.github.mkoncek.classpathless.api.ClassesProvider classesProvider, Optional<io.github.mkoncek.classpathless.api.MessagesListener> messagesListener, io.github.mkoncek.classpathless.api.IdentifiedSource... identifiedSources)
- Specified by:
compileClass
in interfaceio.github.mkoncek.classpathless.api.ClasspathlessCompiler
-
-