com.googlecode.htmlcompressor
Class CmdLineCompressor
java.lang.Object
com.googlecode.htmlcompressor.CmdLineCompressor
public class CmdLineCompressor
- extends java.lang.Object
Wrapper for HTML and XML compressor classes that allows using them from a command line.
Usage: java -jar htmlcompressor.jar [options] [input file]
To view a list of all available parameters please run with --help
option:
java -jar htmlcompressor.jar --help
- Author:
- Sergiy Kovalchuk
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmdLineCompressor
public CmdLineCompressor()
main
public static void main(java.lang.String[] args)