Class ProcedureLoaderCompilerRunnable
- java.lang.Object
-
- net.officefloor.activity.impl.procedure.ProcedureLoaderCompilerRunnable
-
- All Implemented Interfaces:
OfficeFloorCompilerRunnable<ProcedureLoader>
public class ProcedureLoaderCompilerRunnable extends java.lang.Object implements OfficeFloorCompilerRunnable<ProcedureLoader>
OfficeFloorCompilerRunnable
to createProcedureLoader
.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ProcedureLoaderCompilerRunnable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcedureLoader
run(OfficeFloorCompiler compiler, java.lang.Object[] parameters)
Contains the runnable functionality.
-
-
-
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 interfaceOfficeFloorCompilerRunnable<ProcedureLoader>
- Parameters:
compiler
-OfficeFloorCompiler
loaded with theClassLoader
.parameters
- Parameters. AsProxy
instances are used to bridgeClass
compatibility issues of using differentClassLoader
instances, parameters should only be referenced by their implementing interfaces.- Returns:
- Result from runnable.
- Throws:
java.lang.Exception
- If failure in running.
-
-