Modifier and Type | Method and Description |
---|---|
static <O extends OfficeSource> |
OfficeLoaderUtil.loadOfficeType(Class<O> officeSourceClass,
String officeLocation,
ConfigurationContext configurationContext,
ClassLoader classLoader,
String... propertyNameValuePairs)
Loads the
OfficeType . |
Modifier and Type | Method and Description |
---|---|
static <S extends SectionSource> |
SectionLoaderUtil.loadOfficeSection(String sectionName,
Class<S> sectionSourceClass,
String sectionLocation,
ConfigurationContext configurationContext,
ClassLoader classLoader,
String... propertyNameValuePairs)
Loads the
OfficeSectionType . |
static <S extends SectionSource> |
SectionLoaderUtil.loadSectionType(Class<S> sectionSourceClass,
String sectionLocation,
ConfigurationContext configurationContext,
ClassLoader classLoader,
String... propertyNameValuePairs)
Loads the
SectionType . |
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
ProjectClassLoader.getConfigurationContext()
Obtains the
ConfigurationContext . |
Modifier and Type | Class and Description |
---|---|
class |
ProjectConfigurationContext
|
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
FileConfigurationItem.getContext() |
Modifier and Type | Method and Description |
---|---|
ConfigurationItem |
ModelRepositoryImpl.create(String id,
Object model,
ConfigurationContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderConfigurationContext
ConfigurationContext for a ClassLoader class path. |
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
ClassLoaderConfigurationItem.getContext() |
Constructor and Description |
---|
ClassLoaderConfigurationItem(String location,
ClassLoader classLoader,
ConfigurationContext context,
InputStream inputStream)
Initiate.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystemConfigurationContext
File system
ConfigurationContext . |
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
FileSystemConfigurationItem.getContext() |
Constructor and Description |
---|
FileSystemConfigurationItem(File file,
ConfigurationContext configurationContext)
Initiate.
|
FileSystemConfigurationItem(String location,
File file,
ConfigurationContext configurationContext)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
InputStreamConfigurationItem.getContext() |
Modifier and Type | Class and Description |
---|---|
class |
MemoryConfigurationContext
ConfigurationContext that stores content in memory only (not
persisting it). |
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
MemoryConfigurationItem.getContext() |
Constructor and Description |
---|
MemoryConfigurationItem(String location,
ConfigurationContext context)
Initiate.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlConfigurationContext
ConfigurationContext obtaining ConfigurationItem instances
from a single XML file. |
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
XmlConfigurationItem.getContext() |
Constructor and Description |
---|
XmlConfigurationItem(String location,
String xmlText,
ConfigurationContext context)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
ConfigurationItem.getContext()
Obtains the
ConfigurationContext for this
ConfigurationItem . |
Modifier and Type | Method and Description |
---|---|
ConfigurationItem |
ModelRepository.create(String location,
Object model,
ConfigurationContext context)
Creates the
ConfigurationItem to hold the Model . |
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
WoofTemplateExtensionChangeContextImpl.getConfigurationContext() |
ConfigurationContext |
WoofTemplateChangeContextImpl.getConfigurationContext() |
ConfigurationContext |
WoofTemplateChangeContext.getConfigurationContext()
Obtains the
ConfigurationContext . |
Constructor and Description |
---|
WoofTemplateChangeContextImpl(boolean isLoadingType,
ClassLoader classLoader,
ConfigurationContext configurationContext,
WoofChangeIssues issues,
ResourceSource... resourceSources)
Initiate.
|
WoofTemplateExtensionChangeContextImpl(boolean isLoadingType,
SourceContext sourceContext,
String oldUri,
SourceProperties oldProperties,
String newUri,
SourceProperties newProperties,
ConfigurationContext configurationContext,
WoofChangeIssues issues)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
static void |
WoofOfficeFloorSource.loadOptionalConfiguration(AutoWireApplication application,
String objectsLocation,
String teamsLocation,
ConfigurationContext configurationContext,
OfficeFloorDeployer deployer)
Loads the optional configuration.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
WoofTemplateExtensionChangeContext.getConfigurationContext()
Obtains the
ConfigurationContext . |
Modifier and Type | Method and Description |
---|---|
static <S extends WoofTemplateExtensionSource> |
WoofTemplateExtensionLoaderUtil.refactorTemplateExtension(Class<S> woofTemplateExtensionSourceClass,
String oldUri,
SourceProperties oldProperties,
String newUri,
SourceProperties newProperties,
ConfigurationContext configurationContext,
ClassLoader classLoader,
ResourceSource... resourceSources)
Creates the
Change for refactoring. |
Change<?> |
WoofTemplateExtensionLoaderImpl.refactorTemplateExtension(String woofTemplateExtensionSourceClassName,
String oldUri,
SourceProperties oldProperties,
String newUri,
SourceProperties newProperties,
ConfigurationContext configurationContext,
SourceContext sourceContext,
WoofChangeIssues issues) |
Change<?> |
WoofTemplateExtensionLoader.refactorTemplateExtension(String woofTemplateExtensionSourceClassName,
String oldUri,
SourceProperties oldProperties,
String newUri,
SourceProperties newProperties,
ConfigurationContext configurationContext,
SourceContext sourceContext,
WoofChangeIssues issues)
Refactors the
WoofTemplateExtensionSource for the
WoofTemplateModel . |
static void |
WoofTemplateExtensionLoaderUtil.validateConfigurationItem(ConfigurationContext context,
String location,
Reader content)
Convenience method to validate the
ConfigurationItem . |
static void |
WoofTemplateExtensionLoaderUtil.validateConfigurationItem(ConfigurationContext context,
String location,
String content)
Convenience method to validate the
ConfigurationItem . |
Copyright © 2005–2016. All rights reserved.