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