Package net.officefloor.woof.objects
Class WoofObjectsLoaderImpl
- java.lang.Object
-
- net.officefloor.woof.objects.WoofObjectsLoaderImpl
-
- All Implemented Interfaces:
WoofObjectsLoader
public class WoofObjectsLoaderImpl extends java.lang.Object implements WoofObjectsLoader
WoofObjectsLoader
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description WoofObjectsLoaderImpl(WoofObjectsRepository repository)
Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadWoofObjectsConfiguration(WoofObjectsLoaderContext context)
Loads theWoofObjectsModel
configuration and configures theSupplierSource
.
-
-
-
Constructor Detail
-
WoofObjectsLoaderImpl
public WoofObjectsLoaderImpl(WoofObjectsRepository repository)
Initiate.- Parameters:
repository
-WoofObjectsRepository
.
-
-
Method Detail
-
loadWoofObjectsConfiguration
public void loadWoofObjectsConfiguration(WoofObjectsLoaderContext context) throws java.lang.Exception
Description copied from interface:WoofObjectsLoader
Loads theWoofObjectsModel
configuration and configures theSupplierSource
.- Specified by:
loadWoofObjectsConfiguration
in interfaceWoofObjectsLoader
- Parameters:
context
-WoofObjectsLoaderContext
.- Throws:
java.lang.Exception
- If fails to load the configuration.
-
-