com.partnersoft.tools
Class Zipper

java.lang.Object
  extended by com.partnersoft.tools.Zipper

public class Zipper
extends java.lang.Object

Makes a zip file of the given directory. Simple enough.

Author:
Paul Reavis Copyright 2000 Partner Software, Inc.

Constructor Summary
Zipper()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
static void zip(java.io.File zipFile, java.util.List inputFiles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zipper

public Zipper()
Method Detail

main

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

zip

public static void zip(java.io.File zipFile,
                       java.util.List inputFiles)
                throws java.io.IOException
Throws:
java.io.IOException