Uses of Interface
htmlcompiler.tools.Logger
Packages that use Logger
Package
Description
-
Uses of Logger in htmlcompiler.commands
Methods in htmlcompiler.commands with parameters of type LoggerModifier and TypeMethodDescriptionstatic voidCompile.executeCompile(Logger log, Compile.CompileCommandConfig config) static voidDependencies.executeDependencies(Logger log) static voidHost.executeHost(Logger log, Host.HostCommandConfig config) -
Uses of Logger in htmlcompiler.compilers
Fields in htmlcompiler.compilers declared as LoggerMethods in htmlcompiler.compilers with parameters of type LoggerModifier and TypeMethodDescriptionstatic CompressorJsCompiler.newCompressJsWithYui(Logger log) static Map<String,FileCompiler> FileCompiler.newFileCompilerMap(Logger logger, HtmlCompiler html, Map<String, String> context) static TemplateThenCompileTemplateThenCompile.newTemplateThenCompile(Logger logger, Path inputDir, Path outputDir, boolean replaceExtension, Map<String, String> variables, HtmlCompiler html) Constructors in htmlcompiler.compilers with parameters of type LoggerModifierConstructorDescriptionHtmlCompiler(Logger log, JsCompressionType jsCompressionType, LibraryArchive archive, Map<String, CompilerConfig> configs, boolean checksEnabled, boolean compressionEnabled, boolean deprecatedTagsEnabled, boolean htmlCompressionEnabled, boolean cssCompressionEnabled, boolean jsCompressionEnabled, boolean cachedJsCompression) -
Uses of Logger in htmlcompiler.compilers.checks
Methods in htmlcompiler.compilers.checks with parameters of type LoggerModifier and TypeMethodDescriptionstatic voidElementChecks.alignAttributeContainsAbsmiddle(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.buttonHasHref(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) voidElementChecks.JsoupElementCheck.checkElement(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.dontUseBlink(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.dontUseBold(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.dontUseEm(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.dontUseItalic(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.dontUseMarquee(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.dontUseStrong(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.dontUseStyling(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.hasBorderAttribute(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.hasDeprecatedAttribute(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.hasDeprecatedTag(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.hasEventHandlerAttribute(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidDocumentChecks.hasSeoMetaTags(Logger log, Path file, org.jsoup.nodes.Document document) static voidElementChecks.hasStyleAttribute(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidDocumentChecks.hasTitleTag(Logger log, Path file, org.jsoup.nodes.Document document) static voidElementChecks.hasUppercaseTagsOrAttributes(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidDocumentChecks.hasViewportMetaTag(Logger log, Path file, org.jsoup.nodes.Document document) voidstatic voidElementChecks.inputWithoutMaxLength(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.isValidAttribute(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.isValidTag(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.labelWithForAttribute(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.marginWidthInBody(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.missingAltForImages(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.missingInputType(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.missingPatternForInputs(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.missingPlaceholderForInputs(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidDocumentChecks.missingPrintingStylesheet(Logger log, Path file, org.jsoup.nodes.Document document) static voidElementChecks.scriptWithHardcodedNonce(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.styleWithHardcodedNonce(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.unknownInputType(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) -
Uses of Logger in htmlcompiler.compilers.tags
Methods in htmlcompiler.compilers.tags with parameters of type LoggerModifier and TypeMethodDescriptionstatic voidTagParsing.addIntegrityAttributes(org.jsoup.nodes.Element element, String url, Logger log) static TagVisitorLink.newLinkVisitor(Logger log, HtmlCompiler html) static TagVisitorScript.newScriptVisitor(Logger log, HtmlCompiler html, ScriptBag scripts) static TagVisitorStyle.newStyleVisitor(Logger log, HtmlCompiler html) -
Uses of Logger in htmlcompiler.pojos.compile
Methods in htmlcompiler.pojos.compile with parameters of type Logger -
Uses of Logger in htmlcompiler.services
Methods in htmlcompiler.services with parameters of type LoggerModifier and TypeMethodDescriptionstatic voidCssUsage.checkClassesUsed(Logger logger, Path path, String htmlContent) static voidRepositoryVersions.checkVersionLibrary(Logger log, String fileName, String url, boolean ignoreMajor) -
Uses of Logger in htmlcompiler.tools
Methods in htmlcompiler.tools that return LoggerModifier and TypeMethodDescriptionstatic Loggerstatic LoggerLogger.newLogger(org.apache.maven.plugin.logging.Log log) Methods in htmlcompiler.tools with parameters of type Logger