Uses of Enum
com.github.blutorange.maven.plugin.closurecompiler.common.LogLevel
Packages that use LogLevel
Package
Description
-
Uses of LogLevel in com.github.blutorange.maven.plugin.closurecompiler.common
Methods in com.github.blutorange.maven.plugin.closurecompiler.common that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelReturns the enum constant of this type with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.blutorange.maven.plugin.closurecompiler.common with parameters of type LogLevelModifierConstructorDescriptionLogWrapper(org.apache.maven.plugin.logging.Log log, LogLevel level) -
Uses of LogLevel in com.github.blutorange.maven.plugin.closurecompiler.plugin
Methods in com.github.blutorange.maven.plugin.closurecompiler.plugin that return LogLevelMethods in com.github.blutorange.maven.plugin.closurecompiler.plugin with parameters of type LogLevel