jautil.install
Class ZIPContentsDownloader

java.lang.Object
  extended by jautil.install.ZIPContentsDownloader
Direct Known Subclasses:
ZIPInstaller

public abstract class ZIPContentsDownloader
extends java.lang.Object


Constructor Summary
ZIPContentsDownloader()
          Constructs a new installer, creating its buffer, and re-setting the installation error count to -1.
 
Method Summary
 boolean zipDownloadIsOK()
          Returns a success/fail flag for the most recent installation, and re-sets the internal error count on which it is based.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZIPContentsDownloader

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

Method Detail

zipDownloadIsOK

public boolean zipDownloadIsOK()
Returns a success/fail flag for the most recent installation, and re-sets the internal error count on which it is based.