Package htmlcompiler.compilers
Interface FileCompiler
- All Known Subinterfaces:
HtmlTemplateEngine
- All Known Implementing Classes:
Handlebars,Jade4j,JinJava,JTwig,Markdown,Mustache,NopEngine,Pebble,Thymeleaf
public interface FileCompiler
-
Method Summary
Modifier and Type Method Description Stringcompile(Path file)static Map<String,FileCompiler>newFileCompilerMap(HtmlCompiler html, org.apache.maven.project.MavenProject project)StringoutputExtension()
-
Method Details
-
compile
- Throws:
IOExceptionInvalidTemplateInvalidInput
-
outputExtension
String outputExtension() -
newFileCompilerMap
static Map<String,FileCompiler> newFileCompilerMap(HtmlCompiler html, org.apache.maven.project.MavenProject project)
-