Uses of Enum Class
htmlcompiler.minify.JsMinifyEngine
Packages that use JsMinifyEngine
Package
Description
-
Uses of JsMinifyEngine in htmlcompiler.commands
Methods in htmlcompiler.commands that return JsMinifyEngineModifier and TypeMethodDescriptionCompile.CompileCommandConfig.getJsCompressorType()Host.HostCommandConfig.getJsCompressorType() -
Uses of JsMinifyEngine in htmlcompiler.commands.maven
Fields in htmlcompiler.commands.maven declared as JsMinifyEngine -
Uses of JsMinifyEngine in htmlcompiler.compilers
Fields in htmlcompiler.compilers declared as JsMinifyEngineConstructors in htmlcompiler.compilers with parameters of type JsMinifyEngineModifierConstructorDescriptionHtmlCompiler(Logger log, JsMinifyEngine jsMinifyEngine, LibraryArchive archive, Map<String, CompilerConfig> configs, boolean checksEnabled, boolean compressionEnabled, boolean deprecatedTagsEnabled, boolean htmlCompressionEnabled, boolean cssCompressionEnabled, boolean jsCompressionEnabled, boolean cachedJsCompression) -
Uses of JsMinifyEngine in htmlcompiler.minify
Methods in htmlcompiler.minify that return JsMinifyEngineModifier and TypeMethodDescriptionstatic JsMinifyEngineReturns the enum constant of this class with the specified name.static JsMinifyEngine[]JsMinifyEngine.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JsMinifyEngine in htmlcompiler.services
Methods in htmlcompiler.services with parameters of type JsMinifyEngineModifier and TypeMethodDescriptionstatic StringRepositoryJsCode.cached(boolean enabled, JsMinifyEngine type, String code, Minifier minifier)