jautil.install
Class JAInstaller

java.lang.Object
  extended by jautil.install.ZIPListInstaller
      extended by jautil.install.JAInstaller

public class JAInstaller
extends ZIPListInstaller

A JAInstaller installs JASigning components from a given remote location to a given local directory. The set of installed components always includes standard avatar definition files and optionally includes native libraries to support applets in HTML pages.


Constructor Summary
JAInstaller(java.io.File localdir, java.lang.String remotebase, boolean dolibs)
          Constructs a new JA installer, to target the given local directory, to download from the given remote base URL, and to install native libraries or not, in accordance with the given flag.
 
Method Summary
 
Methods inherited from class jautil.install.ZIPListInstaller
doInstall, showErrorMessage, showMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAInstaller

public JAInstaller(java.io.File localdir,
                   java.lang.String remotebase,
                   boolean dolibs)
Constructs a new JA installer, to target the given local directory, to download from the given remote base URL, and to install native libraries or not, in accordance with the given flag.