|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjautil.install.ZIPContentsDownloader
jautil.install.ZIPInstaller
public class ZIPInstaller
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 |
---|
public ZIPInstaller()
Method Detail |
---|
public void installZIPContents(java.lang.String zipurl, java.io.File targetdir, java.lang.String tag)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |