Class ProcedureLoaderCompilerRunnable
java.lang.Object
net.officefloor.activity.impl.procedure.ProcedureLoaderCompilerRunnable
- All Implemented Interfaces:
OfficeFloorCompilerRunnable<ProcedureLoader>
public class ProcedureLoaderCompilerRunnable
extends Object
implements OfficeFloorCompilerRunnable<ProcedureLoader>
OfficeFloorCompilerRunnable to create ProcedureLoader.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun(OfficeFloorCompiler compiler, Object[] parameters) Contains the runnable functionality.
-
Constructor Details
-
ProcedureLoaderCompilerRunnable
public ProcedureLoaderCompilerRunnable()
-
-
Method Details
-
run
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:
Exception- If failure in running.
-