| Modifier and Type | Class and Description |
|---|---|
static interface |
ZipUtils.ZipEntryFilter |
| Modifier and Type | Method and Description |
|---|---|
static File |
unzip(File zip,
File toDir)
Unzip a file into a directory.
|
static File |
unzip(File zip,
File toDir,
ZipUtils.ZipEntryFilter filter) |
static File |
unzipToTempDir(File zip)
Deprecated.
since 3.4 use by
ProjectFileSystem.getSonarWorkingDirectory() or ServerFileSystem.getTempDir() |
static void |
zipDir(File dir,
File zip) |
@Deprecated public static File unzipToTempDir(File zip) throws IOException
ProjectFileSystem.getSonarWorkingDirectory() or ServerFileSystem.getTempDir()IOExceptionpublic static File unzip(File zip, File toDir) throws IOException
IOExceptionpublic static File unzip(File zip, File toDir, ZipUtils.ZipEntryFilter filter) throws IOException
IOExceptionpublic static void zipDir(File dir, File zip) throws IOException
IOExceptionCopyright © 2009-2013 SonarSource. All Rights Reserved.