Uses of Interface
net.officefloor.configuration.ConfigurationContext
-
-
Uses of ConfigurationContext in net.officefloor.compile.impl.office
Classes in net.officefloor.compile.impl.office that implement ConfigurationContext Modifier and Type Class Description classOfficeSourceContextImplOfficeSourceContextimplementation. -
Uses of ConfigurationContext in net.officefloor.compile.impl.officefloor
Classes in net.officefloor.compile.impl.officefloor that implement ConfigurationContext Modifier and Type Class Description classOfficeFloorSourceContextImplOfficeFloorSourceContextimplementation. -
Uses of ConfigurationContext in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement ConfigurationContext Modifier and Type Class Description classSectionSourceContextImplSectionSourceContextimplementation. -
Uses of ConfigurationContext in net.officefloor.compile.spi.office.extension
Subinterfaces of ConfigurationContext in net.officefloor.compile.spi.office.extension Modifier and Type Interface Description interfaceOfficeExtensionContextContext for theOfficeExtensionService. -
Uses of ConfigurationContext in net.officefloor.compile.spi.office.source
Subinterfaces of ConfigurationContext in net.officefloor.compile.spi.office.source Modifier and Type Interface Description interfaceOfficeSourceContextContext for theOfficeSource. -
Uses of ConfigurationContext in net.officefloor.compile.spi.officefloor.extension
Subinterfaces of ConfigurationContext in net.officefloor.compile.spi.officefloor.extension Modifier and Type Interface Description interfaceOfficeFloorExtensionContextContext for theOfficeFloorExtensionService. -
Uses of ConfigurationContext in net.officefloor.compile.spi.officefloor.source
Subinterfaces of ConfigurationContext in net.officefloor.compile.spi.officefloor.source Modifier and Type Interface Description interfaceOfficeFloorSourceContextContext for theOfficeFloorSource. -
Uses of ConfigurationContext in net.officefloor.compile.spi.section.source
Subinterfaces of ConfigurationContext in net.officefloor.compile.spi.section.source Modifier and Type Interface Description interfaceSectionSourceContextContext for loading aSectionType. -
Uses of ConfigurationContext in net.officefloor.configuration
Subinterfaces of ConfigurationContext in net.officefloor.configuration Modifier and Type Interface Description interfaceWritableConfigurationContextWritableConfigurationContext. -
Uses of ConfigurationContext in net.officefloor.configuration.impl
Classes in net.officefloor.configuration.impl that implement ConfigurationContext Modifier and Type Class Description classAbstractWritableConfigurationContextAbstractWritableConfigurationContext.classConfigurationContextImplAbstractConfigurationContext.classConfigurationSourceContextImplSourceContextandConfigurationContextimplementation. -
Uses of ConfigurationContext in net.officefloor.configuration.impl.configuration
Classes in net.officefloor.configuration.impl.configuration that implement ConfigurationContext Modifier and Type Class Description classClassLoaderConfigurationContextConfigurationContextfor aClassLoaderclass path.classFileSystemConfigurationContextFile systemWritableConfigurationContext.classMemoryConfigurationContextConfigurationContextthat stores content in memory only (not persisting it).classXmlFileConfigurationContext -
Uses of ConfigurationContext in net.officefloor.eclipse.bridge
Classes in net.officefloor.eclipse.bridge that implement ConfigurationContext Modifier and Type Class Description classProjectConfigurationContext -
Uses of ConfigurationContext in net.officefloor.woof
Methods in net.officefloor.woof with parameters of type ConfigurationContext Modifier and Type Method Description ConfigurationItemWoofLoaderSettings.WoofLoaderConfiguration. getObjectsConfiguration(ConfigurationContext context)Obtains theConfigurationItemto the objects configuration file.java.util.PropertiesWoofLoaderSettings.WoofLoaderConfiguration. getOverrideProperties(SourceContext sourceContext, ConfigurationContext configurationContext)Obtains the overrideProperties.ConfigurationItemWoofLoaderSettings.WoofLoaderConfiguration. getResourcesConfiguration(ConfigurationContext context)Obtains theConfigurationItemto the resources configuration file.ConfigurationItemWoofLoaderSettings.WoofLoaderConfiguration. getTeamsConfiguration(ConfigurationContext context)Obtains theConfigurationItemto the teams configuration file.ConfigurationItemWoofLoaderSettings.WoofLoaderConfiguration. getWoofConfiguration(ConfigurationContext context)Obtains theConfigurationItemto the WooF configuration file.booleanWoofLoaderSettings.WoofLoaderConfiguration. isApplicationWoofAvailable(ConfigurationContext context)Determines if the WoOF configuration available.booleanWoofLoaderSettings.WoofLoaderConfiguration. isWoofApplication(ConfigurationContext context)Determines if a WoOF application. -
Uses of ConfigurationContext in net.officefloor.woof.model.woof
Methods in net.officefloor.woof.model.woof that return ConfigurationContext Modifier and Type Method Description ConfigurationContextWoofTemplateChangeContext. getConfigurationContext()Obtains theConfigurationContext.ConfigurationContextWoofTemplateChangeContextImpl. getConfigurationContext()ConfigurationContextWoofTemplateExtensionChangeContextImpl. getConfigurationContext()Constructors in net.officefloor.woof.model.woof with parameters of type ConfigurationContext Constructor Description WoofTemplateChangeContextImpl(boolean isLoadingType, SourceContext sourceContext, ConfigurationContext configurationContext, WoofChangeIssues issues)Initiate.WoofTemplateExtensionChangeContextImpl(boolean isLoadingType, SourceContext sourceContext, java.lang.String oldUri, SourceProperties oldProperties, java.lang.String newUri, SourceProperties newProperties, ConfigurationContext configurationContext, WoofChangeIssues issues)Initiate. -
Uses of ConfigurationContext in net.officefloor.woof.template
Subinterfaces of ConfigurationContext in net.officefloor.woof.template Modifier and Type Interface Description interfaceWoofTemplateExtensionSourceContextContext for theWoofTemplateExtensionSource.Methods in net.officefloor.woof.template that return ConfigurationContext Modifier and Type Method Description ConfigurationContextWoofTemplateExtensionChangeContext. getConfigurationContext()Obtains theConfigurationContext.Methods in net.officefloor.woof.template with parameters of type ConfigurationContext Modifier and Type Method Description Change<?>WoofTemplateExtensionLoader. refactorTemplateExtension(java.lang.String woofTemplateExtensionSourceClassName, java.lang.String oldUri, SourceProperties oldProperties, java.lang.String newUri, SourceProperties newProperties, ConfigurationContext configurationContext, SourceContext sourceContext, WoofChangeIssues issues)Refactors theWoofTemplateExtensionSourcefor theWoofTemplateModel.Change<?>WoofTemplateExtensionLoaderImpl. refactorTemplateExtension(java.lang.String woofTemplateExtensionSourceClassName, java.lang.String oldUri, SourceProperties oldProperties, java.lang.String newUri, SourceProperties newProperties, ConfigurationContext configurationContext, SourceContext sourceContext, WoofChangeIssues issues)static <S extends WoofTemplateExtensionSource>
Change<?>WoofTemplateExtensionLoaderUtil. refactorTemplateExtension(java.lang.Class<S> woofTemplateExtensionSourceClass, java.lang.String oldUri, SourceProperties oldProperties, java.lang.String newUri, SourceProperties newProperties, ConfigurationContext configurationContext, java.lang.ClassLoader classLoader, ResourceSource... resourceSources)Creates theChangefor refactoring.static voidWoofTemplateExtensionLoaderUtil. validateConfigurationItem(ConfigurationContext context, java.lang.String location, java.io.Reader content)Convenience method to validate theConfigurationItem.static voidWoofTemplateExtensionLoaderUtil. validateConfigurationItem(ConfigurationContext context, java.lang.String location, java.lang.String content)Convenience method to validate theConfigurationItem.
-