Interface OfficeFloorCompilerRunnable<T>

    • Method Detail

      • run

        T run​(OfficeFloorCompiler compiler,
              java.lang.Object[] parameters)
        throws java.lang.Exception
        Contains the runnable functionality.
        Parameters:
        compiler - OfficeFloorCompiler loaded with the ClassLoader.
        parameters - Parameters. As Proxy instances are used to bridge Class compatibility issues of using different ClassLoader instances, parameters should only be referenced by their implementing interfaces.
        Returns:
        Result from runnable.
        Throws:
        java.lang.Exception - If failure in running.