com.jivesoftware
Class Installer

java.lang.Object
  extended bycom.install4j.api.CustomAction
      extended bycom.install4j.api.InstallAction
          extended bycom.jivesoftware.Installer

public class Installer
extends com.install4j.api.InstallAction


Constructor Summary
Installer()
           
 
Method Summary
 void addStartup(java.io.File dir)
           
 int getPercentOfTotalInstallation()
           
 boolean performAction(com.install4j.api.InstallerWizardContext installerWizardContext, com.install4j.api.ProgressInterface progressInterface)
           
 
Methods inherited from class com.install4j.api.InstallAction
cancel, performFirstRunAction, performUnattendedAction, rollback, rollbackUnattended
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Installer

public Installer()
Method Detail

getPercentOfTotalInstallation

public int getPercentOfTotalInstallation()

performAction

public boolean performAction(com.install4j.api.InstallerWizardContext installerWizardContext,
                             com.install4j.api.ProgressInterface progressInterface)
                      throws com.install4j.api.UserCanceledException
Throws:
com.install4j.api.UserCanceledException

addStartup

public void addStartup(java.io.File dir)