public class FileUtils extends Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
conditionallyExtractZipFile(URL zipUrl,
File destDir)
Extract the zip from the URL into the destination directory, but only if the contents haven't already been
unzipped.
|
public static void conditionallyExtractZipFile(URL zipUrl, File destDir)
zipUrl - The zip urldestDir - The destination directory for the zip contentsCopyright © 2019 Atlassian. All rights reserved.