public class WoofTemplateExtensionChangeContextImpl extends SourceContextImpl implements WoofTemplateExtensionChangeContext
WoofTemplateExtensionChangeContext
implementation.Constructor and Description |
---|
WoofTemplateExtensionChangeContextImpl(boolean isLoadingType,
SourceContext sourceContext,
String oldUri,
SourceProperties oldProperties,
String newUri,
SourceProperties newProperties,
ConfigurationContext configurationContext,
WoofChangeIssues issues)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
getConfigurationContext()
Obtains the
ConfigurationContext . |
WoofTemplateExtensionConfiguration |
getNewConfiguration()
Obtains the new
WoofTemplateExtensionConfiguration . |
WoofTemplateExtensionConfiguration |
getOldConfiguration()
Obtains the old
WoofTemplateExtensionConfiguration . |
WoofChangeIssues |
getWoofChangeIssues()
Obtains the
WoofChangeIssues to report issues in
applying/reverting a 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 WoofTemplateExtensionChangeContextImpl(boolean isLoadingType, SourceContext sourceContext, String oldUri, SourceProperties oldProperties, String newUri, SourceProperties newProperties, ConfigurationContext configurationContext, WoofChangeIssues issues)
isLoadingType
- Indicates if loading type.sourceContext
- SourceContext
.oldUri
- Old URI.oldProperties
- Old SourceProperties
.newUri
- New URI.newProperties
- New SourceProperties
.configurationContext
- ConfigurationContext
.issues
- WoofChangeIssues
.public WoofTemplateExtensionConfiguration getOldConfiguration()
WoofTemplateExtensionChangeContext
Obtains the old WoofTemplateExtensionConfiguration
.
Should the WoofTemplateExtension
be added, then this will be
null
.
getOldConfiguration
in interface WoofTemplateExtensionChangeContext
WoofTemplateExtensionConfiguration
. May be
null
.public WoofTemplateExtensionConfiguration getNewConfiguration()
WoofTemplateExtensionChangeContext
Obtains the new WoofTemplateExtensionConfiguration
.
Should the WoofTemplateExtension
be removed, then this will be
null
.
getNewConfiguration
in interface WoofTemplateExtensionChangeContext
WoofTemplateExtensionConfiguration
. May be
null
.public ConfigurationContext getConfigurationContext()
WoofTemplateExtensionChangeContext
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 WoofTemplateExtensionChangeContext
ConfigurationContext
.public WoofChangeIssues getWoofChangeIssues()
WoofTemplateExtensionChangeContext
WoofChangeIssues
to report issues in
applying/reverting a Change
.getWoofChangeIssues
in interface WoofTemplateExtensionChangeContext
WoofChangeIssues
.Copyright © 2005–2016. All rights reserved.