Uses of Class
org.eclipse.epsilon.egl.spec.EglTemplateSpecification
-
-
Uses of EglTemplateSpecification in org.eclipse.epsilon.egl
Methods in org.eclipse.epsilon.egl with parameters of type EglTemplateSpecification Modifier and Type Method Description protected EglTemplate
EglFileGeneratingTemplateFactory. createTemplate(EglTemplateSpecification spec)
protected EglTemplate
EglTemplateFactory. createTemplate(EglTemplateSpecification spec)
Creates a template from the given specification.protected EglTemplate
EglTemplateFactory. load(EglTemplateSpecification spec)
Loads an EglTemplate from the given EglTemplateSpecification.Constructors in org.eclipse.epsilon.egl with parameters of type EglTemplateSpecification Constructor Description EglFileGeneratingTemplate(EglTemplateSpecification spec, IEglContext context, java.net.URI outputRoot)
EglFileGeneratingTemplate(EglTemplateSpecification spec, IEglContext context, java.net.URI outputRoot, java.lang.String outputRootPath)
EglPersistentTemplate(EglTemplateSpecification spec, IEglContext context, java.net.URI outputRoot)
EglPersistentTemplate(EglTemplateSpecification spec, IEglContext context, java.net.URI outputRoot, java.lang.String outputRootPath)
EglTemplate(EglTemplateSpecification spec, IEglContext context)
-
Uses of EglTemplateSpecification in org.eclipse.epsilon.egl.spec
Methods in org.eclipse.epsilon.egl.spec that return EglTemplateSpecification Modifier and Type Method Description EglTemplateSpecification
EglTemplateSpecificationFactory. fromCode(java.lang.String code)
EglTemplateSpecification
EglTemplateSpecificationFactory. fromDirtyResource(java.lang.String name, java.lang.String latestCode, java.net.URI resource)
EglTemplateSpecification
EglTemplateSpecificationFactory. fromResource(java.lang.String name, java.net.URI resource)
-
Uses of EglTemplateSpecification in org.eclipse.epsilon.egl.test.acceptance.extensibility
Methods in org.eclipse.epsilon.egl.test.acceptance.extensibility with parameters of type EglTemplateSpecification Modifier and Type Method Description protected EglTemplate
CountingTemplateFactory. createTemplate(EglTemplateSpecification spec)
Constructors in org.eclipse.epsilon.egl.test.acceptance.extensibility with parameters of type EglTemplateSpecification Constructor Description CountingTemplate(EglTemplateSpecification spec, IEglContext context, java.net.URI outputRoot)
-
Uses of EglTemplateSpecification in org.eclipse.epsilon.egx.engine.test.acceptance.virtual
Methods in org.eclipse.epsilon.egx.engine.test.acceptance.virtual with parameters of type EglTemplateSpecification Modifier and Type Method Description protected EglTemplate
VirtualTemplateFactory. createTemplate(EglTemplateSpecification spec)
Constructors in org.eclipse.epsilon.egx.engine.test.acceptance.virtual with parameters of type EglTemplateSpecification Constructor Description VirtualTemplate(VirtualTemplateLedger ledger, EglTemplateSpecification spec, IEglContext context, java.net.URI outputRoot, java.lang.String outputRootPath)
-