com.aptana.ide.core.ui.install
Class CleanInstallHandler

java.lang.Object
  extended by org.eclipse.update.core.BaseInstallHandler
      extended by com.aptana.ide.core.ui.install.CleanInstallHandler
All Implemented Interfaces:
org.eclipse.update.core.IInstallHandler

public class CleanInstallHandler
extends org.eclipse.update.core.BaseInstallHandler

Author:
Ingo Muschenetz

Field Summary
 
Fields inherited from class org.eclipse.update.core.BaseInstallHandler
entry, feature, initialized, monitor, nonPluginEntries, pluginEntries, type
 
Fields inherited from interface org.eclipse.update.core.IInstallHandler
HANDLER_ACTION_CONFIGURE, HANDLER_ACTION_INSTALL, HANDLER_ACTION_UNCONFIGURE, HANDLER_ACTION_UNINSTALL
 
Constructor Summary
CleanInstallHandler()
           
 
Method Summary
 void completeInstall(org.eclipse.update.core.IFeatureContentConsumer consumer)
          completeInstall
 
Methods inherited from class org.eclipse.update.core.BaseInstallHandler
completeConfigure, completeUnconfigure, completeUninstall, configureCompleted, configureInitiated, initialize, installCompleted, installInitiated, nonPluginDataDownloaded, pluginsDownloaded, unconfigureCompleted, unconfigureInitiated, uninstallCompleted, uninstallInitiated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanInstallHandler

public CleanInstallHandler()
Method Detail

completeInstall

public void completeInstall(org.eclipse.update.core.IFeatureContentConsumer consumer)
                     throws org.eclipse.core.runtime.CoreException
completeInstall

Specified by:
completeInstall in interface org.eclipse.update.core.IInstallHandler
Overrides:
completeInstall in class org.eclipse.update.core.BaseInstallHandler
Throws:
org.eclipse.core.runtime.CoreException