Package htmlcompiler.compilers.templates
Class Mustache
java.lang.Object
htmlcompiler.compilers.templates.Mustache
- All Implemented Interfaces:
FileCompiler,HtmlTemplateEngine
public class Mustache extends Object implements HtmlTemplateEngine
-
Constructor Summary
Constructors Constructor Description Mustache(org.apache.maven.project.MavenProject project) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface htmlcompiler.compilers.templates.HtmlTemplateEngine
outputExtension
-
Constructor Details
-
Mustache
public Mustache(org.apache.maven.project.MavenProject project)
-
-
Method Details
-
compile
- Specified by:
compilein interfaceFileCompiler- Throws:
IOExceptionInvalidTemplate
-