Package science.aist.gtf.template.impl
Class GeneratorTemplateFactoryImpl
- java.lang.Object
-
- science.aist.gtf.template.impl.GeneratorTemplateFactoryImpl
-
- All Implemented Interfaces:
GeneratorTemplateFactory
public class GeneratorTemplateFactoryImpl extends Object implements GeneratorTemplateFactory
Factory Implementation for Generator Templates
- Since:
- 1.0
- Author:
- Andreas Schuler
-
-
Constructor Summary
Constructors Constructor Description GeneratorTemplateFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneratorTemplate
loadGeneratorTemplate(TemplateResource templateResource)
Loads the generator template for a given template resource-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface science.aist.gtf.template.GeneratorTemplateFactory
listAvailableTemplateResources, loadAllGeneratorTemplates
-
-
-
-
Method Detail
-
loadGeneratorTemplate
public GeneratorTemplate loadGeneratorTemplate(TemplateResource templateResource)
Description copied from interface:GeneratorTemplateFactory
Loads the generator template for a given template resource- Specified by:
loadGeneratorTemplate
in interfaceGeneratorTemplateFactory
- Parameters:
templateResource
- the template resource- Returns:
- the loaded generator template
-
-