Uses of Interface
htmlcompiler.tools.Logger
| Package | Description |
|---|---|
| htmlcompiler.compile | |
| htmlcompiler.compile.tags | |
| htmlcompiler.tools |
-
Uses of Logger in htmlcompiler.compile
Constructors in htmlcompiler.compile with parameters of type Logger Constructor Description HtmlCompiler(Logger log) -
Uses of Logger in htmlcompiler.compile.tags
Methods in htmlcompiler.compile.tags with parameters of type Logger Modifier and Type Method Description static TagProcessorLink. newLinkProcessor(HtmlCompiler html, Logger log)static TagProcessorScript. newScriptProcessor(Logger log, HtmlCompiler html, simplexml.SimpleXml xml, ScriptBag scripts) -
Uses of Logger in htmlcompiler.tools
Methods in htmlcompiler.tools that return Logger Modifier and Type Method Description static LoggerLogger. newLogger(Consumer<String> info, Consumer<String> warn)static LoggerLogger. newLogger(org.apache.maven.plugin.logging.Log log)Methods in htmlcompiler.tools with parameters of type Logger Modifier and Type Method Description static voidHTML. addIntegrityAttributes(Element element, String url, File file, HtmlCompiler html, Logger log)voidApp.MavenTask. build(Logger log)