Package net.officefloor.woof.teams
Interface WoofTeamsLoaderContext
-
public interface WoofTeamsLoaderContext
Context for theWoofResourcesLoader
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationItem
getConfiguration()
Obtains theConfigurationItem
containing the configuration of the teams.DeployedOffice
getDeployedOffice()
Obtains theDeployedOffice
that the WoOF application is being deployed into.OfficeFloorDeployer
getOfficeFloorDeployer()
Obtains theOfficeFloorDeployer
to be configured with the teams.OfficeFloorExtensionContext
getOfficeFloorExtensionContext()
Obtains theOfficeFloorExtensionContext
.
-
-
-
Method Detail
-
getConfiguration
ConfigurationItem getConfiguration()
Obtains theConfigurationItem
containing the configuration of the teams.- Returns:
ConfigurationItem
containing the configuration of the objects.
-
getOfficeFloorDeployer
OfficeFloorDeployer getOfficeFloorDeployer()
Obtains theOfficeFloorDeployer
to be configured with the teams.- Returns:
OfficeFloorDeployer
to be configured with the objects.
-
getOfficeFloorExtensionContext
OfficeFloorExtensionContext getOfficeFloorExtensionContext()
Obtains theOfficeFloorExtensionContext
.- Returns:
OfficeFloorExtensionContext
.
-
getDeployedOffice
DeployedOffice getDeployedOffice()
Obtains theDeployedOffice
that the WoOF application is being deployed into.- Returns:
DeployedOffice
that the WoOF application is being deployed into.
-
-