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 String
compile(Path file)
static Map<String,FileCompiler>
newFileCompilerMap(HtmlCompiler html, org.apache.maven.project.MavenProject project)
String
outputExtension()
-
Method Details
-
compile
- Throws:
IOException
InvalidTemplate
InvalidInput
-
outputExtension
String outputExtension() -
newFileCompilerMap
static Map<String,FileCompiler> newFileCompilerMap(HtmlCompiler html, org.apache.maven.project.MavenProject project)
-