Class EolLaunchShortcut

java.lang.Object
org.eclipse.epsilon.eol.dt.launching.contextual.EolLaunchShortcut
All Implemented Interfaces:
org.eclipse.debug.ui.ILaunchShortcut, org.eclipse.debug.ui.ILaunchShortcut2

public class EolLaunchShortcut extends Object implements org.eclipse.debug.ui.ILaunchShortcut2
  • Constructor Details

    • EolLaunchShortcut

      public EolLaunchShortcut()
  • Method Details

    • launch

      protected void launch(org.eclipse.core.resources.IFile file, String mode)
    • getLaunchConfigurationType

      protected org.eclipse.debug.core.ILaunchConfigurationType getLaunchConfigurationType()
    • getLaunchConfigurationTypeId

      protected String getLaunchConfigurationTypeId()
    • getLaunchConfigurations

      protected org.eclipse.debug.core.ILaunchConfiguration[] getLaunchConfigurations(org.eclipse.core.resources.IFile file)
    • getLaunchConfigurations

      public org.eclipse.debug.core.ILaunchConfiguration[] getLaunchConfigurations(org.eclipse.jface.viewers.ISelection selection)
      Specified by:
      getLaunchConfigurations in interface org.eclipse.debug.ui.ILaunchShortcut2
    • getLaunchConfigurations

      public org.eclipse.debug.core.ILaunchConfiguration[] getLaunchConfigurations(org.eclipse.ui.IEditorPart editorpart)
      Specified by:
      getLaunchConfigurations in interface org.eclipse.debug.ui.ILaunchShortcut2
    • launch

      public void launch(org.eclipse.jface.viewers.ISelection selection, String mode)
      Specified by:
      launch in interface org.eclipse.debug.ui.ILaunchShortcut
    • launch

      public void launch(org.eclipse.ui.IEditorPart editor, String mode)
      Specified by:
      launch in interface org.eclipse.debug.ui.ILaunchShortcut
    • getLaunchableResource

      public org.eclipse.core.resources.IResource getLaunchableResource(org.eclipse.jface.viewers.ISelection selection)
      Specified by:
      getLaunchableResource in interface org.eclipse.debug.ui.ILaunchShortcut2
    • getLaunchableResource

      public org.eclipse.core.resources.IResource getLaunchableResource(org.eclipse.ui.IEditorPart editorpart)
      Specified by:
      getLaunchableResource in interface org.eclipse.debug.ui.ILaunchShortcut2