com.googlecode.htmlcompressor
Class CmdLineCompressor

java.lang.Object
  extended by com.googlecode.htmlcompressor.CmdLineCompressor

public class CmdLineCompressor
extends Object

Wrapper for HTML and XML compressor classes that allows using them from a command line.

Usage: java -jar htmlcompressor.jar [options] [input]

To view a list of all available parameters please run with -? option:

java -jar htmlcompressor.jar -?

Author:
Sergiy Kovalchuk

Constructor Summary
CmdLineCompressor(String[] args)
           
 
Method Summary
static void main(String[] args)
           
 void process(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdLineCompressor

public CmdLineCompressor(String[] args)
Method Detail

main

public static void main(String[] args)

process

public void process(String[] args)


Copyright © 2009-2012 Sergiy Kovalchuk. All Rights Reserved.