org.apache.openejb.loader
Class Zips
java.lang.Object
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 |
Zips
public Zips()
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-2012 The Apache Software Foundation. All Rights Reserved.