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>
OfficeFloorCompilerRunnableto createProcedureLoader.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ProcedureLoaderCompilerRunnable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcedureLoaderrun(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:OfficeFloorCompilerRunnableContains the runnable functionality.- Specified by:
runin interfaceOfficeFloorCompilerRunnable<ProcedureLoader>- Parameters:
compiler-OfficeFloorCompilerloaded with theClassLoader.parameters- Parameters. AsProxyinstances are used to bridgeClasscompatibility issues of using differentClassLoaderinstances, parameters should only be referenced by their implementing interfaces.- Returns:
- Result from runnable.
- Throws:
java.lang.Exception- If failure in running.
-
-