Package net.officefloor.woof.objects
Interface WoofObjectsLoaderContext
-
public interface WoofObjectsLoaderContext
Context for theWoofObjectsLoader
.- 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 objects.OfficeArchitect
getOfficeArchitect()
Obtains theOfficeArchitect
to be configured with the objects.OfficeExtensionContext
getOfficeExtensionContext()
Obtains theOfficeExtensionContext
.
-
-
-
Method Detail
-
getConfiguration
ConfigurationItem getConfiguration()
Obtains theConfigurationItem
containing the configuration of the objects.- Returns:
ConfigurationItem
containing the configuration of the objects.
-
getOfficeArchitect
OfficeArchitect getOfficeArchitect()
Obtains theOfficeArchitect
to be configured with the objects.- Returns:
OfficeArchitect
to be configured with the objects.
-
getOfficeExtensionContext
OfficeExtensionContext getOfficeExtensionContext()
Obtains theOfficeExtensionContext
.- Returns:
OfficeExtensionContext
.
-
-