Class Uninstaller
- java.lang.Object
-
- com.install4j.api.CustomAction
-
- com.install4j.api.UninstallAction
-
- org.jivesoftware.openfire.launcher.Uninstaller
-
public class Uninstaller extends com.install4j.api.UninstallActionUsed with the Install4J installer to uninstall the remaining files within the Openfire install.
-
-
Constructor Summary
Constructors Constructor Description Uninstaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPercentOfTotalInstallation()booleanperformAction(com.install4j.api.Context context, com.install4j.api.ProgressInterface progressInterface)
-
-
-
Method Detail
-
getPercentOfTotalInstallation
public int getPercentOfTotalInstallation()
- Specified by:
getPercentOfTotalInstallationin classcom.install4j.api.CustomAction
-
performAction
public boolean performAction(com.install4j.api.Context context, com.install4j.api.ProgressInterface progressInterface)- Overrides:
performActionin classcom.install4j.api.UninstallAction
-
-