Class EolLaunchConfigurationMigrationDelegate
java.lang.Object
org.eclipse.epsilon.eol.dt.launching.EolLaunchConfigurationMigrationDelegate
- All Implemented Interfaces:
org.eclipse.debug.core.ILaunchConfigurationMigrationDelegate
public class EolLaunchConfigurationMigrationDelegate
extends Object
implements org.eclipse.debug.core.ILaunchConfigurationMigrationDelegate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisCandidate(org.eclipse.debug.core.ILaunchConfiguration candidate) voidmigrate(org.eclipse.debug.core.ILaunchConfiguration candidate)
-
Constructor Details
-
EolLaunchConfigurationMigrationDelegate
public EolLaunchConfigurationMigrationDelegate()
-
-
Method Details
-
isCandidate
public boolean isCandidate(org.eclipse.debug.core.ILaunchConfiguration candidate) throws org.eclipse.core.runtime.CoreException - Specified by:
isCandidatein interfaceorg.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:
migratein interfaceorg.eclipse.debug.core.ILaunchConfigurationMigrationDelegate- Throws:
org.eclipse.core.runtime.CoreException
-