public class ArchiveExtractor extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
extract(URL sourceURL,
File targetFolder)
Extract zip or tar.gz archives to a target folder
|
public static void extract(URL sourceURL, File targetFolder) throws IOException
sourceURL - url of the archive to extracttargetFolder - where to extract toIOException - on I/O errorCopyright © 2006–2018 OPS4J - Open Participation Software for Java. All rights reserved.