com.aptana.ide.rcp.main
Class AptanaInstallHandler
java.lang.Object
com.aptana.ide.rcp.main.AptanaInstallHandler
- All Implemented Interfaces:
- org.eclipse.update.core.IInstallHandler
public class AptanaInstallHandler
- extends java.lang.Object
- implements org.eclipse.update.core.IInstallHandler
AptanaInstallHandler
| Fields inherited from interface org.eclipse.update.core.IInstallHandler |
HANDLER_ACTION_CONFIGURE, HANDLER_ACTION_INSTALL, HANDLER_ACTION_UNCONFIGURE, HANDLER_ACTION_UNINSTALL |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AptanaInstallHandler
public AptanaInstallHandler()
initialize
public void initialize(int type,
org.eclipse.update.core.IFeature feature,
org.eclipse.update.core.IInstallHandlerEntry entry,
org.eclipse.update.core.InstallMonitor monitor)
throws org.eclipse.core.runtime.CoreException
- Specified by:
initialize in interface org.eclipse.update.core.IInstallHandler
- Throws:
org.eclipse.core.runtime.CoreException- See Also:
IInstallHandler.initialize(int, org.eclipse.update.core.IFeature, org.eclipse.update.core.IInstallHandlerEntry, org.eclipse.update.core.InstallMonitor)
installInitiated
public void installInitiated()
throws org.eclipse.core.runtime.CoreException
- Specified by:
installInitiated in interface org.eclipse.update.core.IInstallHandler
- Throws:
org.eclipse.core.runtime.CoreException- See Also:
IInstallHandler.installInitiated()
pluginsDownloaded
public void pluginsDownloaded(org.eclipse.update.core.IPluginEntry[] plugins)
throws org.eclipse.core.runtime.CoreException
- Specified by:
pluginsDownloaded in interface org.eclipse.update.core.IInstallHandler
- Throws:
org.eclipse.core.runtime.CoreException- See Also:
IInstallHandler.pluginsDownloaded(org.eclipse.update.core.IPluginEntry[])
nonPluginDataDownloaded
public void nonPluginDataDownloaded(org.eclipse.update.core.INonPluginEntry[] nonPluginData,
org.eclipse.update.core.IVerificationListener listener)
throws org.eclipse.core.runtime.CoreException
- Specified by:
nonPluginDataDownloaded in interface org.eclipse.update.core.IInstallHandler
- Throws:
org.eclipse.core.runtime.CoreException- See Also:
IInstallHandler.nonPluginDataDownloaded(org.eclipse.update.core.INonPluginEntry[], org.eclipse.update.core.IVerificationListener)
completeInstall
public void completeInstall(org.eclipse.update.core.IFeatureContentConsumer consumer)
throws org.eclipse.core.runtime.CoreException
- Specified by:
completeInstall in interface org.eclipse.update.core.IInstallHandler
- Throws:
org.eclipse.core.runtime.CoreException- See Also:
IInstallHandler.completeInstall(org.eclipse.update.core.IFeatureContentConsumer)
installCompleted
public void installCompleted(boolean success)
throws org.eclipse.core.runtime.CoreException
- Specified by:
installCompleted in interface org.eclipse.update.core.IInstallHandler
- Throws:
org.eclipse.core.runtime.CoreException- See Also:
IInstallHandler.installCompleted(boolean)
configureInitiated
public void configureInitiated()
throws org.eclipse.core.runtime.CoreException
- Specified by:
configureInitiated in interface org.eclipse.update.core.IInstallHandler
- Throws:
org.eclipse.core.runtime.CoreException- See Also:
IInstallHandler.configureInitiated()
completeConfigure
public void completeConfigure()
throws org.eclipse.core.runtime.CoreException
- Specified by:
completeConfigure in interface org.eclipse.update.core.IInstallHandler
- Throws:
org.eclipse.core.runtime.CoreException- See Also:
IInstallHandler.completeConfigure()
configureCompleted
public void configureCompleted(boolean success)
throws org.eclipse.core.runtime.CoreException
- Specified by:
configureCompleted in interface org.eclipse.update.core.IInstallHandler
- Throws:
org.eclipse.core.runtime.CoreException- See Also:
IInstallHandler.configureCompleted(boolean)
unconfigureInitiated
public void unconfigureInitiated()
throws org.eclipse.core.runtime.CoreException
- Specified by:
unconfigureInitiated in interface org.eclipse.update.core.IInstallHandler
- Throws:
org.eclipse.core.runtime.CoreException- See Also:
IInstallHandler.unconfigureInitiated()
completeUnconfigure
public void completeUnconfigure()
throws org.eclipse.core.runtime.CoreException
- Specified by:
completeUnconfigure in interface org.eclipse.update.core.IInstallHandler
- Throws:
org.eclipse.core.runtime.CoreException- See Also:
IInstallHandler.completeUnconfigure()
unconfigureCompleted
public void unconfigureCompleted(boolean success)
throws org.eclipse.core.runtime.CoreException
- Specified by:
unconfigureCompleted in interface org.eclipse.update.core.IInstallHandler
- Throws:
org.eclipse.core.runtime.CoreException- See Also:
IInstallHandler.unconfigureCompleted(boolean)
uninstallInitiated
public void uninstallInitiated()
throws org.eclipse.core.runtime.CoreException
- Specified by:
uninstallInitiated in interface org.eclipse.update.core.IInstallHandler
- Throws:
org.eclipse.core.runtime.CoreException- See Also:
IInstallHandler.uninstallInitiated()
completeUninstall
public void completeUninstall()
throws org.eclipse.core.runtime.CoreException
- Specified by:
completeUninstall in interface org.eclipse.update.core.IInstallHandler
- Throws:
org.eclipse.core.runtime.CoreException- See Also:
IInstallHandler.completeUninstall()
uninstallCompleted
public void uninstallCompleted(boolean success)
throws org.eclipse.core.runtime.CoreException
- Specified by:
uninstallCompleted in interface org.eclipse.update.core.IInstallHandler
- Throws:
org.eclipse.core.runtime.CoreException- See Also:
IInstallHandler.uninstallCompleted(boolean)