Package net.officefloor.woof
Class WoofLoaderImpl
- java.lang.Object
-
- net.officefloor.woof.WoofLoaderImpl
-
- All Implemented Interfaces:
WoofLoader
public class WoofLoaderImpl extends java.lang.Object implements WoofLoader
WoofLoaderimplementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description WoofLoaderImpl(WoofRepository repository)Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidloadWoofConfiguration(WoofContext context)Loads the WoOF configuration.
-
-
-
Constructor Detail
-
WoofLoaderImpl
public WoofLoaderImpl(WoofRepository repository)
Initiate.- Parameters:
repository-WoofRepository.
-
-
Method Detail
-
loadWoofConfiguration
public void loadWoofConfiguration(WoofContext context) throws java.lang.Exception
Description copied from interface:WoofLoaderLoads the WoOF configuration.- Specified by:
loadWoofConfigurationin interfaceWoofLoader- Parameters:
context-WoofContext.- Throws:
java.lang.Exception- If fails to load the configuration.
-
-