com.aptana.ide.rcp.main
Class AptanaInstallHandler

java.lang.Object
  extended by 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


Field Summary
 
Fields inherited from interface org.eclipse.update.core.IInstallHandler
HANDLER_ACTION_CONFIGURE, HANDLER_ACTION_INSTALL, HANDLER_ACTION_UNCONFIGURE, HANDLER_ACTION_UNINSTALL
 
Constructor Summary
AptanaInstallHandler()
           
 
Method Summary
 void completeConfigure()
           
 void completeInstall(org.eclipse.update.core.IFeatureContentConsumer consumer)
           
 void completeUnconfigure()
           
 void completeUninstall()
           
 void configureCompleted(boolean success)
           
 void configureInitiated()
           
 void initialize(int type, org.eclipse.update.core.IFeature feature, org.eclipse.update.core.IInstallHandlerEntry entry, org.eclipse.update.core.InstallMonitor monitor)
           
 void installCompleted(boolean success)
           
 void installInitiated()
           
 void nonPluginDataDownloaded(org.eclipse.update.core.INonPluginEntry[] nonPluginData, org.eclipse.update.core.IVerificationListener listener)
           
 void pluginsDownloaded(org.eclipse.update.core.IPluginEntry[] plugins)
           
 void unconfigureCompleted(boolean success)
           
 void unconfigureInitiated()
           
 void uninstallCompleted(boolean success)
           
 void uninstallInitiated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AptanaInstallHandler

public AptanaInstallHandler()
Method Detail

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)