Package htmlcompiler.compilers
Interface FileCompiler
- All Known Subinterfaces:
TemplateEngines.HtmlTemplateEngine
public interface FileCompiler
-
Method Summary
Modifier and Type Method Description String
compile(Path file)
static Map<String,FileCompiler>
newFileCompilerMap(HtmlCompiler html, Map<String,String> context)
String
outputExtension()
-
Method Details
-
compile
- Throws:
IOException
InvalidTemplate
InvalidInput
-
outputExtension
String outputExtension() -
newFileCompilerMap
static Map<String,FileCompiler> newFileCompilerMap(HtmlCompiler html, Map<String,String> context)
-