Class RuntimeCompilerConnector.DummyRuntimeCompiler

  • All Implemented Interfaces:
    io.github.mkoncek.classpathless.api.ClasspathlessCompiler
    Enclosing class:
    RuntimeCompilerConnector

    public static class RuntimeCompilerConnector.DummyRuntimeCompiler
    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 classesProvider, java.util.Optional<io.github.mkoncek.classpathless.api.MessagesListener> messagesListener, io.github.mkoncek.classpathless.api.IdentifiedSource... identifiedSources)  
      private void sleepIfSlow​(long i)  
      • Methods inherited from class java.lang.Object

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

      • DummyRuntimeCompiler

        public DummyRuntimeCompiler()
    • Method Detail

      • compileClass

        public java.util.Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode> compileClass​(io.github.mkoncek.classpathless.api.ClassesProvider classesProvider,
                                                                                                         java.util.Optional<io.github.mkoncek.classpathless.api.MessagesListener> messagesListener,
                                                                                                         io.github.mkoncek.classpathless.api.IdentifiedSource... identifiedSources)
        Specified by:
        compileClass in interface io.github.mkoncek.classpathless.api.ClasspathlessCompiler
      • sleepIfSlow

        private void sleepIfSlow​(long i)
                          throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException