Class TemplateService
- java.lang.Object
-
- uk.co.mulecode.filetemplate.template.TemplateService
-
public class TemplateService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TemplateService(FileInterpreter valueFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtemplateFile(java.util.List<TemplateData> templates)voidtemplateFile(TemplateData template)
-
-
-
Constructor Detail
-
TemplateService
public TemplateService(FileInterpreter valueFile)
-
-
Method Detail
-
templateFile
public void templateFile(java.util.List<TemplateData> templates) throws java.io.IOException
- Throws:
java.io.IOException
-
templateFile
public void templateFile(TemplateData template) throws java.io.IOException
- Throws:
java.io.IOException
-
-