Package net.officefloor.woof.teams
Interface WoofTeamsLoaderContext
-
public interface WoofTeamsLoaderContextContext for theWoofResourcesLoader.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationItemgetConfiguration()Obtains theConfigurationItemcontaining the configuration of the teams.DeployedOfficegetDeployedOffice()Obtains theDeployedOfficethat the WoOF application is being deployed into.OfficeFloorDeployergetOfficeFloorDeployer()Obtains theOfficeFloorDeployerto be configured with the teams.OfficeFloorExtensionContextgetOfficeFloorExtensionContext()Obtains theOfficeFloorExtensionContext.
-
-
-
Method Detail
-
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.
-
-