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
WoofLoader
implementation.- 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 void
loadWoofConfiguration(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:WoofLoader
Loads the WoOF configuration.- Specified by:
loadWoofConfiguration
in interfaceWoofLoader
- Parameters:
context
-WoofContext
.- Throws:
java.lang.Exception
- If fails to load the configuration.
-
-