com.googlecode.htmlcompressor
Class CmdLineCompressor

java.lang.Object
  extended by 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

Constructor Summary
CmdLineCompressor()
           
 
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
 

Constructor Detail

CmdLineCompressor

public CmdLineCompressor()
Method Detail

main

public static void main(java.lang.String[] args)