public class ZIPInstaller extends ZIPContentsDownloader
ZIPInstaller
can install a remote ZIP archive in a folder
on the local hard disc, displaying a progress/cancel dialog
if appropriate.Constructor and Description |
---|
ZIPInstaller()
Constructs a new installer, creating its buffer, and re-setting
the installation error count to -1.
|
Modifier and Type | Method and Description |
---|---|
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.
|
zipDownloadIsOK
public ZIPInstaller()
public void installZIPContents(java.lang.String zipurl, java.io.File targetdir, java.lang.String tag)