Uses of Interface
htmlcompiler.compilers.html.HtmlCompiler
| Package | Description |
|---|---|
| htmlcompiler.compilers | |
| htmlcompiler.compilers.html | |
| htmlcompiler.pojos.compile |
-
Uses of HtmlCompiler in htmlcompiler.compilers
Methods in htmlcompiler.compilers with parameters of type HtmlCompiler Modifier and Type Method Description static Map<String,FileCompiler>FileCompiler. newFileCompilerMap(HtmlCompiler html, org.apache.maven.project.MavenProject project)static TemplateThenCompileTemplateThenCompile. newTemplateThenCompile(org.apache.maven.project.MavenProject project, Path inputDir, Path outputDir, boolean replaceExtension, HtmlCompiler html) -
Uses of HtmlCompiler in htmlcompiler.compilers.html
Subinterfaces of HtmlCompiler in htmlcompiler.compilers.html Modifier and Type Interface Description interfaceNekoCompilerClasses in htmlcompiler.compilers.html that implement HtmlCompiler Modifier and Type Class Description classCodelibsCompilerclassCyberNekoCompilerclassDefaultNekoCompilerclassHtmlUnitCompilerclassJsoupCompilerclassNopCompiler -
Uses of HtmlCompiler in htmlcompiler.pojos.compile
Methods in htmlcompiler.pojos.compile that return HtmlCompiler Modifier and Type Method Description HtmlCompilerCompilerType.HtmlCompilerContructor. newCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration)HtmlCompilerCompilerType. newHtmlCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration)