Package net.officefloor.woof.objects
Interface WoofObjectsLoaderContext
public interface WoofObjectsLoaderContext
Context for the
WoofObjectsLoader.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theConfigurationItemcontaining the configuration of the objects.Obtains theOfficeArchitectto be configured with the objects.Obtains theOfficeExtensionContext.
-
Method Details
-
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.
-