Interface OfficeExtensionContext
-
- All Superinterfaces:
ConfigurationContext
,OfficeSourceContext
,SourceContext
,SourceProperties
- All Known Implementing Classes:
OfficeSourceContextImpl
public interface OfficeExtensionContext extends OfficeSourceContext
Context for theOfficeExtensionService
.- Author:
- Daniel Sagenschneider
-
-
Field Summary
-
Fields inherited from interface net.officefloor.configuration.ConfigurationContext
DEFAULT_TAG_PREFIX, DEFAULT_TAG_SUFFIX, PROPERTY_CONFIGURATION_INPUT_CHARSET, PROPERTY_CONFIGURATION_INPUT_TAG_PREFIX, PROPERTY_CONFIGURATION_INPUT_TAG_SUFFIX, PROPERTY_CONFIGURATION_OUTPUT_CHARSET
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getOfficeName()
Obtains the name of theOffice
.-
Methods inherited from interface net.officefloor.configuration.ConfigurationContext
getConfigurationItem, getOptionalConfigurationItem
-
Methods inherited from interface net.officefloor.compile.spi.office.source.OfficeSourceContext
createPropertyList, getOfficeLocation, loadAdministrationType, loadAdministrationType, loadGovernanceType, loadGovernanceType, loadManagedObjectType, loadManagedObjectType, loadOfficeSectionType, loadOfficeSectionType, loadSupplierType, loadSupplierType
-
Methods inherited from interface net.officefloor.frame.api.source.SourceContext
getClassLoader, getClock, getLogger, getName, getOptionalResource, getProfiles, getResource, isLoadingType, loadClass, loadOptionalClass, loadOptionalService, loadOptionalServices, loadService, loadService, loadServices
-
Methods inherited from interface net.officefloor.frame.api.source.SourceProperties
getProperties, getProperty, getProperty, getPropertyNames
-
-