Package htmlcompiler.templates
Class Handlebars
java.lang.Object
htmlcompiler.templates.Handlebars
- All Implemented Interfaces:
TemplateEngine
public final class Handlebars extends Object implements TemplateEngine
-
Constructor Summary
Constructors Constructor Description Handlebars(org.apache.maven.project.MavenProject project) -
Method Summary
Modifier and Type Method Description StringprocessTemplate(File file)
-
Constructor Details
-
Handlebars
public Handlebars(org.apache.maven.project.MavenProject project)
-
-
Method Details
-
processTemplate
- Specified by:
processTemplatein interfaceTemplateEngine- Throws:
IOExceptionTemplateParseException
-