uk.org.retep.util.io.zip
Class ZipUtils

java.lang.Object
  extended by uk.org.retep.util.io.zip.ZipUtils

public class ZipUtils
extends java.lang.Object

Author:
peter

Method Summary
static void createZip(java.io.File zipFile, java.io.File baseDirectory, java.io.FileFilter filter, boolean recurse)
           
static void createZip(java.io.File zipFile, java.io.File baseDirectory, java.util.List<java.io.File> files)
           
static void createZip(java.io.File zipFile, java.util.List<java.io.File> files)
           
static void createZip(Log log, java.io.File zipFile, java.io.File baseDirectory, java.io.FileFilter filter, boolean recurse)
           
static void createZip(Log log, java.io.File zipFile, java.io.File baseDirectory, java.util.List<java.io.File> files)
           
static void createZip(Log log, java.io.File zipFile, java.util.List<java.io.File> files)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createZip

public static void createZip(java.io.File zipFile,
                             java.util.List<java.io.File> files)
                      throws java.io.IOException
Throws:
java.io.IOException

createZip

public static void createZip(java.io.File zipFile,
                             java.io.File baseDirectory,
                             java.io.FileFilter filter,
                             boolean recurse)
                      throws java.io.IOException
Throws:
java.io.IOException

createZip

public static void createZip(java.io.File zipFile,
                             java.io.File baseDirectory,
                             java.util.List<java.io.File> files)
                      throws java.io.IOException
Throws:
java.io.IOException

createZip

public static void createZip(Log log,
                             java.io.File zipFile,
                             java.util.List<java.io.File> files)
                      throws java.io.IOException
Throws:
java.io.IOException

createZip

public static void createZip(Log log,
                             java.io.File zipFile,
                             java.io.File baseDirectory,
                             java.io.FileFilter filter,
                             boolean recurse)
                      throws java.io.IOException
Throws:
java.io.IOException

createZip

public static void createZip(Log log,
                             java.io.File zipFile,
                             java.io.File baseDirectory,
                             java.util.List<java.io.File> files)
                      throws java.io.IOException
Throws:
java.io.IOException


Copyright © 1998-2010 Retep Development Group. All Rights Reserved.