Package net.officefloor.woof.objects
Interface WoofObjectsLoaderContext
-
public interface WoofObjectsLoaderContextContext for theWoofObjectsLoader.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationItemgetConfiguration()Obtains theConfigurationItemcontaining the configuration of the objects.OfficeArchitectgetOfficeArchitect()Obtains theOfficeArchitectto be configured with the objects.OfficeExtensionContextgetOfficeExtensionContext()Obtains theOfficeExtensionContext.
-
-
-
Method Detail
-
getConfiguration
ConfigurationItem getConfiguration()
Obtains theConfigurationItemcontaining the configuration of the objects.- Returns:
ConfigurationItemcontaining the configuration of the objects.
-
getOfficeArchitect
OfficeArchitect getOfficeArchitect()
Obtains theOfficeArchitectto be configured with the objects.- Returns:
OfficeArchitectto be configured with the objects.
-
getOfficeExtensionContext
OfficeExtensionContext getOfficeExtensionContext()
Obtains theOfficeExtensionContext.- Returns:
OfficeExtensionContext.
-
-