Package org.ndviet.library.template
Class TemplateHelpers
java.lang.Object
org.ndviet.library.template.TemplateHelpers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TemplateHelpersstatic StringprocessFileTemplate(String sourcePath, Object variables, String targetPath) static StringprocessTemplate(String templateString, Object variables)
-
Constructor Details
-
TemplateHelpers
public TemplateHelpers() -
TemplateHelpers
- Throws:
IOException
-
-
Method Details
-
getInstance
-
processTemplate
- Throws:
Exception
-
processFileTemplate
public static String processFileTemplate(String sourcePath, Object variables, String targetPath) throws IOException, freemarker.template.TemplateException - Throws:
IOExceptionfreemarker.template.TemplateException
-