mod-unzip

Vert.x module for unzipping .zip files

Лицензия

Лицензия

Группа

Группа

io.vertx
Идентификатор

Идентификатор

mod-unzip
Последняя версия

Последняя версия

1.0.0-final
Дата

Дата

Тип

Тип

zip
Описание

Описание

mod-unzip
Vert.x module for unzipping .zip files
Ссылка на сайт

Ссылка на сайт

https://github.com/vert-x/mod-unzip
Система контроля версий

Система контроля версий

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

Скачать mod-unzip

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
io.vertx : testtools jar 2.0.0-final

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.0-final
1.0.0-CR2
1.0.0-CR1
1.0.0-beta2
1.0.0-beta1