Package net.officefloor.woof.objects
Interface WoofObjectsLoader
-
- All Known Implementing Classes:
WoofObjectsLoaderImpl
public interface WoofObjectsLoader
Loads theWoofObjectsModel
and configures theSupplierSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
loadWoofObjectsConfiguration(WoofObjectsLoaderContext context)
Loads theWoofObjectsModel
configuration and configures theSupplierSource
.
-
-
-
Method Detail
-
loadWoofObjectsConfiguration
void loadWoofObjectsConfiguration(WoofObjectsLoaderContext context) throws java.lang.Exception
Loads theWoofObjectsModel
configuration and configures theSupplierSource
.- Parameters:
context
-WoofObjectsLoaderContext
.- Throws:
java.lang.Exception
- If fails to load the configuration.
-
-