Uses of Class
org.eclipse.epsilon.egl.spec.EglTemplateSpecification
Packages that use EglTemplateSpecification
-
Uses of EglTemplateSpecification in org.eclipse.epsilon.egl
Methods in org.eclipse.epsilon.egl with parameters of type EglTemplateSpecificationModifier and TypeMethodDescriptionprotected EglTemplateEglFileGeneratingTemplateFactory.createTemplate(EglTemplateSpecification spec) protected EglTemplateEglTemplateFactory.createTemplate(EglTemplateSpecification spec) Creates a template from the given specification.protected final EglTemplateEglTemplateFactory.load(EglTemplateSpecification spec) Loads an EglTemplate from the given EglTemplateSpecification.Constructors in org.eclipse.epsilon.egl with parameters of type EglTemplateSpecificationModifierConstructorDescriptionEglFileGeneratingTemplate(EglTemplateSpecification spec, IEglContext context, URI outputRoot) EglFileGeneratingTemplate(EglTemplateSpecification spec, IEglContext context, URI outputRoot, String outputRootPath) EglPersistentTemplate(EglTemplateSpecification spec, IEglContext context, URI outputRoot) EglPersistentTemplate(EglTemplateSpecification spec, IEglContext context, URI outputRoot, 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 EglTemplateSpecificationModifier and TypeMethodDescriptionEglTemplateSpecificationFactory.fromDirtyResource(String name, String latestCode, URI resource) EglTemplateSpecificationFactory.fromResource(String name, URI resource)