Package net.officefloor.woof.teams
Interface WoofTeamsLoader
- All Known Implementing Classes:
WoofTeamsLoaderImpl
public interface WoofTeamsLoader
Loads the
WoofTeamsModel configuration.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidLoads theWoofTeamsModelconfiguration.voidloadWoofTeamsUsage(WoofTeamsUsageContext context) Loads the use of theWoofTeamsModelconfiguration.
-
Method Details
-
loadWoofTeamsConfiguration
Loads theWoofTeamsModelconfiguration.- Parameters:
context-WoofTeamsLoaderContext.- Throws:
Exception- If fails to load the configuration.
-
loadWoofTeamsUsage
Loads the use of theWoofTeamsModelconfiguration.- Parameters:
context-WoofTeamsUsageContext.- Throws:
Exception- If fails to load the usage.
-