Uses of Enum Class
com.iizix.js.build.Compressor.Level
Uses of Compressor.Level in com.iizix.js.build
Modifier and TypeMethodDescriptionstatic Compressor.Level
Returns 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.Modifier and TypeMethodDescriptionvoid
Compressor.invokeJSCompressor
(File inputJS, File outputJS, Compressor.Level optimizeLevel) Compresses a single JS file.void
Compressor.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.