org.browsecode.helpers.installer.applications
Class InstallWebapp.SurveyWebappInstaller

java.lang.Object
  extended by org.browsecode.helpers.installer.applications.ApplicationToInstall.Installer
      extended by org.browsecode.helpers.installer.applications.ApplicationToInstall.ZipInstaller
          extended by org.browsecode.helpers.installer.applications.InstallWebapp.SurveyWebappInstaller
Enclosing class:
InstallWebapp

public class InstallWebapp.SurveyWebappInstaller
extends ApplicationToInstall.ZipInstaller


Field Summary
 
Fields inherited from class org.browsecode.helpers.installer.applications.ApplicationToInstall.Installer
applicationToInstall, FAILED, installerFile, installerType, SUCCEEDED, USER_CANCELLED
 
Constructor Summary
InstallWebapp.SurveyWebappInstaller(ApplicationSet applicationSet)
           
 
Method Summary
 int install(ControlComputerInterface onComputer, InstallApplication.InstallationConfirmationHandler confirmationHandler)
           
 
Methods inherited from class org.browsecode.helpers.installer.applications.ApplicationToInstall.ZipInstaller
install, main
 
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

InstallWebapp.SurveyWebappInstaller

public InstallWebapp.SurveyWebappInstaller(ApplicationSet applicationSet)
Method Detail

install

public int install(ControlComputerInterface onComputer,
                   InstallApplication.InstallationConfirmationHandler confirmationHandler)
Overrides:
install in class ApplicationToInstall.ZipInstaller