Package net.officefloor.woof.model.woof
Interface WoofTemplateChangeContext
-
- All Superinterfaces:
SourceContext
,SourceProperties
- All Known Implementing Classes:
WoofTemplateChangeContextImpl
public interface WoofTemplateChangeContext extends SourceContext
Context for changing aWoofTemplateModel
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationContext
getConfigurationContext()
Obtains theConfigurationContext
.WoofChangeIssues
getWoofChangeIssues()
Obtains theWoofChangeIssues
to allow reporting issue in attempting theChange
.-
Methods inherited from interface net.officefloor.frame.api.source.SourceContext
getClassLoader, getClock, getLogger, getName, getOptionalResource, getProfiles, getResource, isLoadingType, loadClass, loadOptionalClass, loadOptionalService, loadOptionalServices, loadService, loadService, loadServices
-
Methods inherited from interface net.officefloor.frame.api.source.SourceProperties
getProperties, getProperty, getProperty, getPropertyNames
-
-
-
-
Method Detail
-
getConfigurationContext
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.
- Returns:
ConfigurationContext
.
-
getWoofChangeIssues
WoofChangeIssues getWoofChangeIssues()
Obtains theWoofChangeIssues
to allow reporting issue in attempting theChange
.- Returns:
WoofChangeIssues
to allow reporting issue in attempting theChange
.
-
-