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 class
OfficeSourceContextImpl
OfficeSourceContext
implementation. -
Uses of ConfigurationContext in net.officefloor.compile.impl.officefloor
Classes in net.officefloor.compile.impl.officefloor that implement ConfigurationContext Modifier and Type Class Description class
OfficeFloorSourceContextImpl
OfficeFloorSourceContext
implementation. -
Uses of ConfigurationContext in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement ConfigurationContext Modifier and Type Class Description class
SectionSourceContextImpl
SectionSourceContext
implementation. -
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 interface
OfficeExtensionContext
Context 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 interface
OfficeSourceContext
Context 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 interface
OfficeFloorExtensionContext
Context 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 interface
OfficeFloorSourceContext
Context 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 interface
SectionSourceContext
Context for loading aSectionType
. -
Uses of ConfigurationContext in net.officefloor.configuration
Subinterfaces of ConfigurationContext in net.officefloor.configuration Modifier and Type Interface Description interface
WritableConfigurationContext
WritableConfigurationContext
. -
Uses of ConfigurationContext in net.officefloor.configuration.impl
Classes in net.officefloor.configuration.impl that implement ConfigurationContext Modifier and Type Class Description class
AbstractWritableConfigurationContext
AbstractWritableConfigurationContext
.class
ConfigurationContextImpl
AbstractConfigurationContext
.class
ConfigurationSourceContextImpl
SourceContext
andConfigurationContext
implementation. -
Uses of ConfigurationContext in net.officefloor.configuration.impl.configuration
Classes in net.officefloor.configuration.impl.configuration that implement ConfigurationContext Modifier and Type Class Description class
ClassLoaderConfigurationContext
ConfigurationContext
for aClassLoader
class path.class
FileSystemConfigurationContext
File systemWritableConfigurationContext
.class
MemoryConfigurationContext
ConfigurationContext
that stores content in memory only (not persisting it).class
XmlFileConfigurationContext
-
Uses of ConfigurationContext in net.officefloor.eclipse.bridge
Classes in net.officefloor.eclipse.bridge that implement ConfigurationContext Modifier and Type Class Description class
ProjectConfigurationContext
-
Uses of ConfigurationContext in net.officefloor.woof
Methods in net.officefloor.woof with parameters of type ConfigurationContext Modifier and Type Method Description ConfigurationItem
WoofLoaderSettings.WoofLoaderConfiguration. getObjectsConfiguration(ConfigurationContext context)
Obtains theConfigurationItem
to the objects configuration file.java.util.Properties
WoofLoaderSettings.WoofLoaderConfiguration. getOverrideProperties(SourceContext sourceContext, ConfigurationContext configurationContext)
Obtains the overrideProperties
.ConfigurationItem
WoofLoaderSettings.WoofLoaderConfiguration. getResourcesConfiguration(ConfigurationContext context)
Obtains theConfigurationItem
to the resources configuration file.ConfigurationItem
WoofLoaderSettings.WoofLoaderConfiguration. getTeamsConfiguration(ConfigurationContext context)
Obtains theConfigurationItem
to the teams configuration file.ConfigurationItem
WoofLoaderSettings.WoofLoaderConfiguration. getWoofConfiguration(ConfigurationContext context)
Obtains theConfigurationItem
to the WooF configuration file.boolean
WoofLoaderSettings.WoofLoaderConfiguration. isApplicationWoofAvailable(ConfigurationContext context)
Determines if the WoOF configuration available.boolean
WoofLoaderSettings.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 ConfigurationContext
WoofTemplateChangeContext. getConfigurationContext()
Obtains theConfigurationContext
.ConfigurationContext
WoofTemplateChangeContextImpl. getConfigurationContext()
ConfigurationContext
WoofTemplateExtensionChangeContextImpl. 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 interface
WoofTemplateExtensionSourceContext
Context for theWoofTemplateExtensionSource
.Methods in net.officefloor.woof.template that return ConfigurationContext Modifier and Type Method Description ConfigurationContext
WoofTemplateExtensionChangeContext. 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 theWoofTemplateExtensionSource
for 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 theChange
for refactoring.static void
WoofTemplateExtensionLoaderUtil. validateConfigurationItem(ConfigurationContext context, java.lang.String location, java.io.Reader content)
Convenience method to validate theConfigurationItem
.static void
WoofTemplateExtensionLoaderUtil. validateConfigurationItem(ConfigurationContext context, java.lang.String location, java.lang.String content)
Convenience method to validate theConfigurationItem
.
-