org.jivesoftware
Class Installer

java.lang.Object
  extended by com.install4j.api.CustomAction
      extended by com.install4j.api.InstallAction
          extended by org.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()
Specified by:
getPercentOfTotalInstallation in class com.install4j.api.CustomAction

performAction

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

addStartup

public void addStartup(java.io.File dir)