Class MWELaunchShortcut
java.lang.Object
org.eclipse.emf.mwe.internal.ui.eclipse.launch.MWELaunchShortcut
- All Implemented Interfaces:
org.eclipse.debug.ui.ILaunchShortcut
This class is an action handler that responds to a context menu run or debug
action.
It creates a launchConfiguration if there is non already for the specified workflow file, stores it and starts it in the resp. mode
It creates a launchConfiguration if there is non already for the specified workflow file, stores it and starts it in the resp. mode
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.debug.core.ILaunchConfiguration
createConfiguration
(org.eclipse.emf.mwe.internal.ui.eclipse.launch.MWELaunchShortcut.LaunchConfigurationInfo info) boolean
isOnClasspath
(String fullyQualifiedName, org.eclipse.jdt.core.IJavaProject project) void
void
-
Constructor Details
-
MWELaunchShortcut
public MWELaunchShortcut()
-
-
Method Details
-
launch
- Specified by:
launch
in interfaceorg.eclipse.debug.ui.ILaunchShortcut
-
launch
- Specified by:
launch
in interfaceorg.eclipse.debug.ui.ILaunchShortcut
-
isOnClasspath
-
createConfiguration
protected org.eclipse.debug.core.ILaunchConfiguration createConfiguration(org.eclipse.emf.mwe.internal.ui.eclipse.launch.MWELaunchShortcut.LaunchConfigurationInfo info) throws org.eclipse.core.runtime.CoreException - Throws:
org.eclipse.core.runtime.CoreException
-