Class ProcedureLoaderCompilerRunnable

    • Constructor Detail

      • ProcedureLoaderCompilerRunnable

        public ProcedureLoaderCompilerRunnable()
    • Method Detail

      • run

        public ProcedureLoader run​(OfficeFloorCompiler compiler,
                                   java.lang.Object[] parameters)
                            throws java.lang.Exception
        Description copied from interface: OfficeFloorCompilerRunnable
        Contains the runnable functionality.
        Specified by:
        run in interface OfficeFloorCompilerRunnable<ProcedureLoader>
        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.