public class

FileUnzipper

extends AbstractUnzipper
java.lang.Object
   ↳ com.atlassian.plugin.util.zip.AbstractUnzipper
     ↳ com.atlassian.plugin.util.zip.FileUnzipper

Summary

[Expand]
Inherited Fields
From class com.atlassian.plugin.util.zip.AbstractUnzipper
Public Constructors
FileUnzipper(File zipFile, File destDir)
Public Methods
ZipEntry[] entries()
void unzip()
Unzips all files in the archive
File unzipFileInArchive(String fileName)
Specify a specific file inside the archive to extract
[Expand]
Inherited Methods
From class com.atlassian.plugin.util.zip.AbstractUnzipper
From class java.lang.Object
From interface com.atlassian.plugin.util.zip.Unzipper

Public Constructors

public FileUnzipper (File zipFile, File destDir)

Public Methods

public ZipEntry[] entries ()

Throws
IOException

public void unzip ()

Unzips all files in the archive

public File unzipFileInArchive (String fileName)

Specify a specific file inside the archive to extract

Throws
IOException