Package org.eclipse.emf.mwe.internal.ui.eclipse.launch
package org.eclipse.emf.mwe.internal.ui.eclipse.launch
-
ClassDescriptionThe Launcher starts the workflow execution process in a new runtime VM.
It establishes the socket connection for communication between the runtime VM and the debugger framework.
It instantiates the debug model representation.Launch configuration constants that are used in addition to theIJavaLaunchConfigurationConstants
ones.This launch delegate decides in which mode to run the workflow execution process (run or debug) and redirects to the JavaLaunchDelegate or delegates to the WorkflowDebuggerLauncher.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.