public interface UpdateInstaller
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getInstallerName()
Gets the installer name to be displayed on the progress dialog 
 | 
void | 
install(java.util.List<java.util.AbstractMap.SimpleImmutableEntry<UpdateInfo,java.io.File>> updates,
       InstallProgressMonitor ipm)
User installable update will call this method
 This is applicable only if restart is not required after the install 
 | 
void | 
uninstall(java.util.List<UpdateInfo> updates,
         InstallProgressMonitor ipm)
User installed update will call this method for uninstallation 
 | 
void install(java.util.List<java.util.AbstractMap.SimpleImmutableEntry<UpdateInfo,java.io.File>> updates, InstallProgressMonitor ipm)
updates - List of pair of UpdateInfo and zip File objectsvoid uninstall(java.util.List<UpdateInfo> updates, InstallProgressMonitor ipm)
updates - List of UpdateInfo objectsjava.lang.String getInstallerName()