Uses of Class
com.iizix.js.build.Compressor.Level
Packages that use Compressor.Level Package Description com.iizix.js.build Uses of Compressor.Level in com.iizix.js.build
Methods in com.iizix.js.build that return Compressor.Level Modifier and Type Method Description static Compressor.Level
Compressor.Level. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Compressor.Level[]
Compressor.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.js.build with parameters of type Compressor.Level Modifier and Type Method Description void
Compressor. invokeJSCompressor(java.io.File inputJS, java.io.File outputJS, Compressor.Level optimizeLevel)
Compresses a single JS file.void
Compressor. invokeJSCompressor(java.io.File currDir, java.io.File outputJS, Compressor.Level optimizeLevel, java.util.List<java.lang.String> files)
Invokes the JS compressor in the specified current directory.java.io.File
Compressor. invokeJSCompressor(java.io.File htmlFile, java.util.List<java.lang.String> files, Compressor.Level optimizeLevel)
Invokes the Google Closure Compiler and returns the output.