com.lazerycode.selenium.download
Class ExtractFilesFromZip
java.lang.Object
com.lazerycode.selenium.download.ExtractFilesFromZip
public class ExtractFilesFromZip
- extends Object
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 |
ExtractFilesFromZip
public ExtractFilesFromZip()
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.