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

java.lang.Object
  extended by org.browsecode.helpers.installer.applications.ApplicationToInstall.Installer
      extended by org.browsecode.helpers.installer.applications.ApplicationToInstall.TarGzipInstaller
Enclosing interface:
ApplicationToInstall

public static class ApplicationToInstall.TarGzipInstaller
extends ApplicationToInstall.Installer

Only works on unixes.


Field Summary
 
Fields inherited from class org.browsecode.helpers.installer.applications.ApplicationToInstall.Installer
applicationToInstall, FAILED, installerFile, installerType, SUCCEEDED, USER_CANCELLED
 
Constructor Summary
ApplicationToInstall.TarGzipInstaller(ApplicationToInstall applicationToInstall, java.net.URL installerFile)
           
 
Method Summary
 int install(ControlComputerInterface computerToInstallOn, InstallApplication.InstallationConfirmationHandler confirmationHandler)
           
 
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.TarGzipInstaller

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

install

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