|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjautil.install.ZIPListInstaller
jautil.install.JAInstaller
public class JAInstaller
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 |
---|
public JAInstaller(java.io.File localdir, java.lang.String remotebase, boolean dolibs)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |