Class 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
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.github.mkoncek.classpathless.api.ClasspathlessCompiler

        io.github.mkoncek.classpathless.api.ClasspathlessCompiler.Arguments
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 interface io.github.mkoncek.classpathless.api.ClasspathlessCompiler