Uses of Enum Class
com.iizix.js.build.Compressor.Level
Packages that use Compressor.Level
Uses of Compressor.Level in com.iizix.js.build
Methods in com.iizix.js.build that return Compressor.LevelModifier and TypeMethodDescriptionstatic Compressor.LevelReturns the enum constant of this class with the specified name.static Compressor.Level[]Compressor.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.js.build with parameters of type Compressor.LevelModifier and TypeMethodDescriptionvoidCompressor.invokeJSCompressor(File inputJS, File outputJS, Compressor.Level optimizeLevel) Compresses a single JS file.voidCompressor.invokeJSCompressor(File currDir, File outputJS, Compressor.Level optimizeLevel, List<String> files) Invokes the JS compressor in the specified current directory.Compressor.invokeJSCompressor(File htmlFile, List<String> files, Compressor.Level optimizeLevel) Invokes the Google Closure Compiler and returns the output.