Class EolLaunchConfigurationMigrationDelegate

  • All Implemented Interfaces:
    org.eclipse.debug.core.ILaunchConfigurationMigrationDelegate

    public class EolLaunchConfigurationMigrationDelegate
    extends java.lang.Object
    implements org.eclipse.debug.core.ILaunchConfigurationMigrationDelegate
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCandidate​(org.eclipse.debug.core.ILaunchConfiguration candidate)  
      void migrate​(org.eclipse.debug.core.ILaunchConfiguration candidate)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EolLaunchConfigurationMigrationDelegate

        public EolLaunchConfigurationMigrationDelegate()
    • Method Detail

      • isCandidate

        public boolean isCandidate​(org.eclipse.debug.core.ILaunchConfiguration candidate)
                            throws org.eclipse.core.runtime.CoreException
        Specified by:
        isCandidate in interface org.eclipse.debug.core.ILaunchConfigurationMigrationDelegate
        Throws:
        org.eclipse.core.runtime.CoreException
      • migrate

        public void migrate​(org.eclipse.debug.core.ILaunchConfiguration candidate)
                     throws org.eclipse.core.runtime.CoreException
        Specified by:
        migrate in interface org.eclipse.debug.core.ILaunchConfigurationMigrationDelegate
        Throws:
        org.eclipse.core.runtime.CoreException