public interface AutoUninstallAction extends UninstallAction
Auto-uninstall actions have their uninstall method invoked by the "Uninstall files" action before any files are uninstalled and in the reverse order in which they were invoked in the installer. If no "Uninstall files" action is present in the uninstaller, the uninstall method will not be called.
Note: If you add an auto-uninstall action to the uninstaller, its AutoUninstallAction interface will be ignored.
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
getPersistentProperties()
The framework invokes this method in the installer just before the installer exits in order to get the persistent properties
of the install action.
|
void |
setPersistentProperties(java.util.Properties properties)
The framework invokes this method in the uninstaller at the beginning of the "Uninstall files" action in order to restore the persistent
properties that were saved in the installer.
|
uninstall
java.util.Properties getPersistentProperties()
void setPersistentProperties(java.util.Properties properties)
properties
- the persistent properties