Uses of Enum
com.github.blutorange.maven.plugin.closurecompiler.plugin.SkipMode
Packages that use SkipMode
Package
Description
-
Uses of SkipMode in com.github.blutorange.maven.plugin.closurecompiler.common
Methods in com.github.blutorange.maven.plugin.closurecompiler.common that return SkipModeConstructors in com.github.blutorange.maven.plugin.closurecompiler.common with parameters of type SkipModeModifierConstructorDescriptionFileProcessConfig(String lineSeparator, int bufferSize, boolean force, boolean skipMerge, boolean skipMinify, SkipMode skipMode, boolean allowReplacingInputFiles) -
Uses of SkipMode in com.github.blutorange.maven.plugin.closurecompiler.plugin
Methods in com.github.blutorange.maven.plugin.closurecompiler.plugin that return SkipModeModifier and TypeMethodDescriptionMinifyMojo.getSkipMode()static SkipModeReturns the enum constant of this type with the specified name.static SkipMode[]SkipMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.blutorange.maven.plugin.closurecompiler.plugin with parameters of type SkipMode