org.apache.openejb.loader
Class Zips

java.lang.Object
  extended by org.apache.openejb.loader.Zips

public class Zips
extends Object

Version:
$Rev$ $Date$

Constructor Summary
Zips()
           
 
Method Summary
static void unzip(File zipFile, File destination)
           
static void unzip(File zipFile, File destination, boolean noparent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zips

public Zips()
Method Detail

unzip

public static void unzip(File zipFile,
                         File destination)
                  throws IOException
Throws:
IOException

unzip

public static void unzip(File zipFile,
                         File destination,
                         boolean noparent)
                  throws IOException
Throws:
IOException


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.