public interface WoofTemplateExtensionChangeContext extends SourceContext
WoofTemplateExtensionSource
creating a Change
.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
getProperties, getProperty, getProperty, getPropertyNames
WoofTemplateExtensionConfiguration getOldConfiguration()
Obtains the old WoofTemplateExtensionConfiguration
.
Should the WoofTemplateExtension
be added, then this will be
null
.
WoofTemplateExtensionConfiguration
. May be
null
.WoofTemplateExtensionConfiguration getNewConfiguration()
Obtains the new WoofTemplateExtensionConfiguration
.
Should the WoofTemplateExtension
be removed, then this will be
null
.
WoofTemplateExtensionConfiguration
. May be
null
.ConfigurationContext getConfigurationContext()
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.
ConfigurationContext
.WoofChangeIssues getWoofChangeIssues()
WoofChangeIssues
to report issues in
applying/reverting a Change
.WoofChangeIssues
.Copyright © 2005–2016. All rights reserved.