Uses of Interface
com.atlassian.confluence.util.zip.Unzipper
-
Packages that use Unzipper Package Description com.atlassian.confluence.importexport.impl com.atlassian.confluence.util com.atlassian.confluence.util.zip -
-
Uses of Unzipper in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type Unzipper Modifier and Type Method Description static ExportDescriptor
ExportDescriptor. getExportDescriptor(Unzipper unzipper)
Constructors in com.atlassian.confluence.importexport.impl with parameters of type Unzipper Constructor Description UnexpectedImportZipFileContents(String name, Unzipper unzipper)
-
Uses of Unzipper in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return Unzipper Modifier and Type Method Description static Unzipper
GeneralUtil. getUnzipper(File zipFile, File dirToExtractTo)
static Unzipper
GeneralUtil. getUnzipper(URL zipUrl, File dirToExtractTo)
-
Uses of Unzipper in com.atlassian.confluence.util.zip
Classes in com.atlassian.confluence.util.zip that implement Unzipper Modifier and Type Class Description class
AbstractUnzipper
class
FileUnzipper
class
StreamUnzipper
Stream based ZIP extractorclass
UrlUnzipper
-