Package net.officefloor.woof.teams
Interface WoofTeamsLoader
-
- All Known Implementing Classes:
WoofTeamsLoaderImpl
public interface WoofTeamsLoaderLoads theWoofTeamsModelconfiguration.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadWoofTeamsConfiguration(WoofTeamsLoaderContext context)Loads theWoofTeamsModelconfiguration.voidloadWoofTeamsUsage(WoofTeamsUsageContext context)Loads the use of theWoofTeamsModelconfiguration.
-
-
-
Method Detail
-
loadWoofTeamsConfiguration
void loadWoofTeamsConfiguration(WoofTeamsLoaderContext context) throws java.lang.Exception
Loads theWoofTeamsModelconfiguration.- Parameters:
context-WoofTeamsLoaderContext.- Throws:
java.lang.Exception- If fails to load the configuration.
-
loadWoofTeamsUsage
void loadWoofTeamsUsage(WoofTeamsUsageContext context) throws java.lang.Exception
Loads the use of theWoofTeamsModelconfiguration.- Parameters:
context-WoofTeamsUsageContext.- Throws:
java.lang.Exception- If fails to load the usage.
-
-