Package htmlcompiler.compilers
Interface TemplateThenCompile
public interface TemplateThenCompile
-
Method Summary
Modifier and Type Method Description static voidcompileDirectories(Path inputDir, TemplateThenCompile ttc, boolean recursive)voidcompileTemplate(Path inFile)static TemplateThenCompilenewTemplateThenCompile(org.apache.maven.project.MavenProject project, Path inputDir, Path outputDir, boolean replaceExtension, HtmlCompiler html)
-
Method Details
-
compileTemplate
- Throws:
Exception
-
newTemplateThenCompile
static TemplateThenCompile newTemplateThenCompile(org.apache.maven.project.MavenProject project, Path inputDir, Path outputDir, boolean replaceExtension, HtmlCompiler html) -
compileDirectories
static void compileDirectories(Path inputDir, TemplateThenCompile ttc, boolean recursive) throws IOException- Throws:
IOException
-