com.lazerycode.selenium.download
Class ExtractFilesFromZip

java.lang.Object
  extended by com.lazerycode.selenium.download.ExtractFilesFromZip

public class ExtractFilesFromZip
extends Object


Constructor Summary
ExtractFilesFromZip()
           
 
Method Summary
static boolean unzipFile(File downloadedZip, String extractedToFilePath, boolean overwriteFilesThatExist)
          Unzip a downloaded zip file (this will implicitly overwrite any existing files)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractFilesFromZip

public ExtractFilesFromZip()
Method Detail

unzipFile

public static boolean unzipFile(File downloadedZip,
                                String extractedToFilePath,
                                boolean overwriteFilesThatExist)
                         throws IOException
Unzip a downloaded zip file (this will implicitly overwrite any existing files)

Parameters:
downloadedZip -
extractedToFilePath -
Returns:
Throws:
IOException


Copyright © 2012. All Rights Reserved.