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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.resources.IResourcegetLaunchableResource(org.eclipse.jface.viewers.ISelection selection) org.eclipse.core.resources.IResourcegetLaunchableResource(org.eclipse.ui.IEditorPart editorpart) protected org.eclipse.debug.core.ILaunchConfiguration[]getLaunchConfigurations(org.eclipse.core.resources.IFile file) org.eclipse.debug.core.ILaunchConfiguration[]getLaunchConfigurations(org.eclipse.jface.viewers.ISelection selection) org.eclipse.debug.core.ILaunchConfiguration[]getLaunchConfigurations(org.eclipse.ui.IEditorPart editorpart) protected org.eclipse.debug.core.ILaunchConfigurationTypeprotected Stringprotected voidvoidvoid
-
Constructor Details
-
EolLaunchShortcut
public EolLaunchShortcut()
-
-
Method Details
-
launch
-
getLaunchConfigurationType
protected org.eclipse.debug.core.ILaunchConfigurationType getLaunchConfigurationType() -
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:
getLaunchConfigurationsin interfaceorg.eclipse.debug.ui.ILaunchShortcut2
-
getLaunchConfigurations
public org.eclipse.debug.core.ILaunchConfiguration[] getLaunchConfigurations(org.eclipse.ui.IEditorPart editorpart) - Specified by:
getLaunchConfigurationsin interfaceorg.eclipse.debug.ui.ILaunchShortcut2
-
launch
- Specified by:
launchin interfaceorg.eclipse.debug.ui.ILaunchShortcut
-
launch
- Specified by:
launchin interfaceorg.eclipse.debug.ui.ILaunchShortcut
-
getLaunchableResource
public org.eclipse.core.resources.IResource getLaunchableResource(org.eclipse.jface.viewers.ISelection selection) - Specified by:
getLaunchableResourcein interfaceorg.eclipse.debug.ui.ILaunchShortcut2
-
getLaunchableResource
public org.eclipse.core.resources.IResource getLaunchableResource(org.eclipse.ui.IEditorPart editorpart) - Specified by:
getLaunchableResourcein interfaceorg.eclipse.debug.ui.ILaunchShortcut2
-