public class WoofTemplateChangeContextImpl extends SourceContextImpl implements WoofTemplateChangeContext
WoofTemplateChangeContext
implementation.Constructor and Description |
---|
WoofTemplateChangeContextImpl(boolean isLoadingType,
ClassLoader classLoader,
ConfigurationContext configurationContext,
WoofChangeIssues issues,
ResourceSource... resourceSources)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
getConfigurationContext()
Obtains the
ConfigurationContext . |
WoofChangeIssues |
getWoofChangeIssues()
Obtains the
WoofChangeIssues to allow reporting issue in
attempting the Change . |
getClassLoader, getOptionalResource, getResource, isLoadingType, loadClass, loadOptionalClass
addProperty, getProperties, getProperty, getProperty, getPropertyNames
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClassLoader, getOptionalResource, getResource, isLoadingType, loadClass, loadOptionalClass
getProperties, getProperty, getProperty, getPropertyNames
public WoofTemplateChangeContextImpl(boolean isLoadingType, ClassLoader classLoader, ConfigurationContext configurationContext, WoofChangeIssues issues, ResourceSource... resourceSources)
isLoadingType
- Indicates if loading type.classLoader
- ClassLoader
.configurationContext
- ConfigurationContext
.issues
- WoofChangeIssues
.resourceSources
- ResourceSource
instances.public ConfigurationContext getConfigurationContext()
WoofTemplateChangeContext
Obtains the ConfigurationContext
.
The ConfigurationContext
is at the root of the Project source.
Note that Projects are anticipated to follow the standard Maven project structure.
getConfigurationContext
in interface WoofTemplateChangeContext
ConfigurationContext
.public WoofChangeIssues getWoofChangeIssues()
WoofTemplateChangeContext
WoofChangeIssues
to allow reporting issue in
attempting the Change
.getWoofChangeIssues
in interface WoofTemplateChangeContext
WoofChangeIssues
to allow reporting issue in attempting
the Change
.Copyright © 2005–2016. All rights reserved.