mod-unzip

Vert.x module for unzipping .zip files

License

License

GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

mod-unzip
Last Version

Last Version

1.0.0-final
Release Date

Release Date

Type

Type

zip
Description

Description

mod-unzip
Vert.x module for unzipping .zip files
Project URL

Project URL

https://github.com/vert-x/mod-unzip
Source Code Management

Source Code Management

https://github.com/vert-x/mod-unzip.git

Download mod-unzip

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
io.vertx : testtools jar 2.0.0-final

Project Modules

There are no modules declared in this project.

Vert.x 2.x is deprecated - use instead http://vertx.io

Vert.x Unzip Module

Simple worker module that given the file name of a zip file, unzips it to a temp directory or a specified directory and returns the filename in a Json message

Configuration

Fields:

address: The address on the event bus where to listen for messages

Usage

Send a Json message to address.

Fields:

  • zipFile: Mandatory. Name of a zip file to unzip. It must exist
  • destDir: Optional. Name of directory to unzip the file to. If not specified a temp directory will be generated. The destDir will be created if it does not exist already.
  • deleteZip: Optional. Boolean. If true then the zip file will be deleted afterwards. Default is false.
io.vertx

vert.x

Legacy Vert.x 2.x - use instead Vert.x 3 instead https://github.com/eclipse/vert.x

Versions

Version
1.0.0-final
1.0.0-CR2
1.0.0-CR1
1.0.0-beta2
1.0.0-beta1