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

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

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

Install handler to clean after the feature is initially installed

Author:
Kevin Sawicki (ksawicki@aptana.com)

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
FirstTimeCleanInstallHandler()
           
 
Method Summary
 void installInitiated()
           
 
Methods inherited from class org.eclipse.update.core.BaseInstallHandler
completeConfigure, completeInstall, completeUnconfigure, completeUninstall, configureCompleted, configureInitiated, initialize, installCompleted, 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

FirstTimeCleanInstallHandler

public FirstTimeCleanInstallHandler()
Method Detail

installInitiated

public void installInitiated()
                      throws org.eclipse.core.runtime.CoreException
Specified by:
installInitiated in interface org.eclipse.update.core.IInstallHandler
Overrides:
installInitiated in class org.eclipse.update.core.BaseInstallHandler
Throws:
org.eclipse.core.runtime.CoreException
See Also:
BaseInstallHandler.installInitiated()