public class

ZipInstaller

extends Object
java.lang.Object
   ↳ org.ops4j.pax.exam.zip.ZipInstaller

Class Overview

Downloads a ZIP archive from a given URL and unpacks it into a given directory.

Summary

Public Constructors
ZipInstaller(URL zipUrl, String installRoot)
Constructs installer with archive URL and install path.
ZipInstaller(URL zipUrl, File installDir)
Constructs installer with archive URL and install directory.
Public Methods
void downloadAndInstall()
Download and unpacks the archive.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ZipInstaller (URL zipUrl, String installRoot)

Constructs installer with archive URL and install path.

public ZipInstaller (URL zipUrl, File installDir)

Constructs installer with archive URL and install directory.

Public Methods

public void downloadAndInstall ()

Download and unpacks the archive.

Throws
IOException