jautil.install
Class ZIPInstaller

java.lang.Object
  extended by jautil.install.ZIPContentsDownloader
      extended by jautil.install.ZIPInstaller

public class ZIPInstaller
extends ZIPContentsDownloader

A ZIPInstaller can install a remote ZIP archive in a folder on the local hard disc, displaying a progress/cancel dialog if appropriate.


Constructor Summary
ZIPInstaller()
          Constructs a new installer, creating its buffer, and re-setting the installation error count to -1.
 
Method Summary
 void installZIPContents(java.lang.String zipurl, java.io.File targetdir, java.lang.String tag)
          Installs the contents of the ZIP archive at the given URL into the target directory with the given path, using the given tag to identify the content being transferred.
 
Methods inherited from class jautil.install.ZIPContentsDownloader
zipDownloadIsOK
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZIPInstaller

public ZIPInstaller()
Constructs a new installer, creating its buffer, and re-setting the installation error count to -1.

Method Detail

installZIPContents

public void installZIPContents(java.lang.String zipurl,
                               java.io.File targetdir,
                               java.lang.String tag)
Installs the contents of the ZIP archive at the given URL into the target directory with the given path, using the given tag to identify the content being transferred.