com.atlassian.jira.functest.config
Class ZipHelper

java.lang.Object
  extended by com.atlassian.jira.functest.config.ZipHelper

public class ZipHelper
extends Object

Simple helper class to extract a zip file directory contents and all.

Since:
v4.1

Constructor Summary
ZipHelper()
           
 
Method Summary
static void extractTo(File zipFile, File outDir)
           
static void extractTo(InputStream is, File outDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipHelper

public ZipHelper()
Method Detail

extractTo

public static void extractTo(File zipFile,
                             File outDir)
                      throws IOException
Throws:
IOException

extractTo

public static void extractTo(InputStream is,
                             File outDir)
                      throws IOException
Throws:
IOException


Copyright © 2002-2012 Atlassian. All Rights Reserved.