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