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