Package net.officefloor.woof.teams
Interface WoofTeamsLoaderContext
public interface WoofTeamsLoaderContext
Context for the
WoofResourcesLoader.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theConfigurationItemcontaining the configuration of the teams.Obtains theDeployedOfficethat the WoOF application is being deployed into.Obtains theOfficeFloorDeployerto be configured with the teams.Obtains theOfficeFloorExtensionContext.
-
Method Details
-
getConfiguration
ConfigurationItem getConfiguration()Obtains theConfigurationItemcontaining the configuration of the teams.- Returns:
ConfigurationItemcontaining the configuration of the objects.
-
getOfficeFloorDeployer
OfficeFloorDeployer getOfficeFloorDeployer()Obtains theOfficeFloorDeployerto be configured with the teams.- Returns:
OfficeFloorDeployerto be configured with the objects.
-
getOfficeFloorExtensionContext
OfficeFloorExtensionContext getOfficeFloorExtensionContext()Obtains theOfficeFloorExtensionContext.- Returns:
OfficeFloorExtensionContext.
-
getDeployedOffice
DeployedOffice getDeployedOffice()Obtains theDeployedOfficethat the WoOF application is being deployed into.- Returns:
DeployedOfficethat the WoOF application is being deployed into.
-