Package net.officefloor.woof.template
Class WoofTemplateExtensionLoaderImpl.LoadSpecification
java.lang.Object
net.officefloor.woof.template.WoofTemplateExtensionLoaderImpl.LoadSpecification
- All Implemented Interfaces:
OfficeFloorCompilerRunnable<PropertyList>
- Enclosing class:
- WoofTemplateExtensionLoaderImpl
public static class WoofTemplateExtensionLoaderImpl.LoadSpecification
extends Object
implements OfficeFloorCompilerRunnable<PropertyList>
Loads the specification.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun(OfficeFloorCompiler compiler, Object[] parameters) Contains the runnable functionality.
-
Constructor Details
-
LoadSpecification
public LoadSpecification()
-
-
Method Details
-
run
Description copied from interface:OfficeFloorCompilerRunnableContains the runnable functionality.- Specified by:
runin interfaceOfficeFloorCompilerRunnable<PropertyList>- 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.
-