org.browsecode.helpers.installer.applications
Class ApplicationToInstall.ZipInstaller

java.lang.Object
  extended by org.browsecode.helpers.installer.applications.ApplicationToInstall.Installer
      extended by org.browsecode.helpers.installer.applications.ApplicationToInstall.ZipInstaller
Direct Known Subclasses:
InstallWebapp.SurveyWebappInstaller
Enclosing interface:
ApplicationToInstall

public static class ApplicationToInstall.ZipInstaller
extends ApplicationToInstall.Installer


Field Summary
 
Fields inherited from class org.browsecode.helpers.installer.applications.ApplicationToInstall.Installer
applicationToInstall, FAILED, installerFile, installerType, SUCCEEDED, USER_CANCELLED
 
Constructor Summary
ApplicationToInstall.ZipInstaller(ApplicationToInstall applicationToInstall, java.net.URL installerFile)
           
 
Method Summary
 int install(ControlComputerInterface onComputer, InstallApplication.InstallationConfirmationHandler confirmationHandler)
           
protected  int install(java.lang.String installTo, ControlComputerInterface onComputer)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.browsecode.helpers.installer.applications.ApplicationToInstall.Installer
getInstallerURLAsFileName, getType, getURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationToInstall.ZipInstaller

public ApplicationToInstall.ZipInstaller(ApplicationToInstall applicationToInstall,
                                         java.net.URL installerFile)
Method Detail

install

protected int install(java.lang.String installTo,
                      ControlComputerInterface onComputer)

install

public int install(ControlComputerInterface onComputer,
                   InstallApplication.InstallationConfirmationHandler confirmationHandler)
Specified by:
install in class ApplicationToInstall.Installer

main

public static final void main(java.lang.String[] args)