Uses of Interface
htmlcompiler.tools.Logger
-
Packages that use Logger Package Description htmlcompiler htmlcompiler.compile.html htmlcompiler.tools -
-
Uses of Logger in htmlcompiler
Methods in htmlcompiler with parameters of type Logger Modifier and Type Method Description static voidTasks. compileHTML(Logger log, org.apache.maven.project.MavenProject project, boolean replaceExtension) -
Uses of Logger in htmlcompiler.compile.html
Methods in htmlcompiler.compile.html 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)Constructors in htmlcompiler.compile.html with parameters of type Logger Constructor Description HtmlCompiler(Logger log, java.io.File inputDir) -
Uses of Logger in htmlcompiler.tools
Methods in htmlcompiler.tools that return Logger Modifier and Type Method Description static LoggerLogger. newLogger(java.util.function.Consumer<java.lang.String> info, java.util.function.Consumer<java.lang.String> warn)Methods in htmlcompiler.tools with parameters of type Logger Modifier and Type Method Description static voidHTML. addIntegrityAttributes(org.w3c.dom.Element element, java.lang.String url, java.io.File inputDir, java.io.File file, HtmlCompiler html, Logger log)
-