cmu.survey.gui
Class InstallSurveyManager

java.lang.Object
  extended by org.browsecode.helpers.installer.applications.ApplicationToInstallStub
      extended by org.browsecode.helpers.installer.applications.InstallWebapp
          extended by cmu.survey.gui.InstallSurveyManager
All Implemented Interfaces:
ApplicationToInstall

public class InstallSurveyManager
extends InstallWebapp


Nested Class Summary
 
Nested classes/interfaces inherited from class org.browsecode.helpers.installer.applications.InstallWebapp
InstallWebapp.SurveyWebappInstaller
 
Nested classes/interfaces inherited from class org.browsecode.helpers.installer.applications.ApplicationToInstallStub
ApplicationToInstallStub.SimpleSearcherStub
 
Nested classes/interfaces inherited from interface org.browsecode.helpers.installer.applications.ApplicationToInstall
ApplicationToInstall.ExeInstaller, ApplicationToInstall.Installer, ApplicationToInstall.MacInstaller, ApplicationToInstall.MsiInstaller, ApplicationToInstall.Searcher, ApplicationToInstall.TarGzipInstaller, ApplicationToInstall.ZipInstaller
 
Field Summary
 
Fields inherited from class org.browsecode.helpers.installer.applications.InstallWebapp
webappUnzippedFolder, webappWar, webappZip
 
Fields inherited from class org.browsecode.helpers.installer.applications.ApplicationToInstallStub
description, installedInDirectory, installerFiles, installerWebsites, name
 
Fields inherited from interface org.browsecode.helpers.installer.applications.ApplicationToInstall
INSTALLED_BUT_DIRECTORY_UNKNOWN
 
Constructor Summary
InstallSurveyManager()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void runInstaller(java.lang.String installersDirectory)
           
 
Methods inherited from class org.browsecode.helpers.installer.applications.InstallWebapp
addedToApplicationSet, getInstalledFileName, getInstaller, getInstallerDirections, setInstallers, setInstallersPath
 
Methods inherited from class org.browsecode.helpers.installer.applications.ApplicationToInstallStub
getAskToFindPreviousInstalls, getDescription, getInstalledFileMatches, getInstalledInDirectory, getInstallers, getInstallerURL, getName, getSearcher, getTryToFindPreviousInstalls, setAskUserIfInstalledBefore, setDescription, setInstalledInDirectory, setInstallerURL, setName, setTryToFindPreviousInstalls
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallSurveyManager

public InstallSurveyManager()
Method Detail

runInstaller

public static void runInstaller(java.lang.String installersDirectory)

main

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