Package org.eclipse.epsilon.egl
Class EglFileGeneratingTemplateFactory
java.lang.Object
org.eclipse.epsilon.egl.EglTemplateFactory
org.eclipse.epsilon.egl.EglFileGeneratingTemplateFactory
-
Field Summary
FieldsFields inherited from class org.eclipse.epsilon.egl.EglTemplateFactory
context, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EglTemplateCreates a template from the given specification.protected URIvoidsetOutputRoot(String path) Methods inherited from class org.eclipse.epsilon.egl.EglTemplateFactory
copyState, getContext, getContextForNewTemplate, getDefaultIncrementalitySettings, getImportManager, getTemplateExecutionListeners, getTemplateRoot, handleFailedLoad, initialiseRoot, load, load, load, load, load, load, name, prepare, resolveRoot, resolveTemplate, setContext, setDefaultFormatter, setDefaultFormatters, setDefaultFormatters, setImportManager, setRoot, setTemplateRoot, toString
-
Field Details
-
outputRoot
-
outputRootPath
-
-
Constructor Details
-
EglFileGeneratingTemplateFactory
public EglFileGeneratingTemplateFactory() -
EglFileGeneratingTemplateFactory
-
EglFileGeneratingTemplateFactory
- Parameters:
outputRoot-- Throws:
EglRuntimeException- Since:
- 1.6
-
-
Method Details
-
getOutputRoot
-
setOutputRoot
- Throws:
EglRuntimeException
-
createTemplate
Description copied from class:EglTemplateFactoryCreates a template from the given specification. Subclasses may override to create different types of template.- Overrides:
createTemplatein classEglTemplateFactory- Throws:
Exception
-
getOutputRootOrRoot
-