Package org.eclipse.ease.ui.launching
Class EaseLaunchDelegate
java.lang.Object
org.eclipse.ease.ui.tools.AbstractLaunchDelegate
org.eclipse.ease.ui.launching.EaseLaunchDelegate
- All Implemented Interfaces:
org.eclipse.debug.core.model.ILaunchConfigurationDelegate
,org.eclipse.debug.core.model.ILaunchConfigurationDelegate2
,org.eclipse.debug.ui.ILaunchShortcut
,org.eclipse.debug.ui.ILaunchShortcut2
Quick launcher for EASE script files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
getDisplayDynamicCodeValue
(org.eclipse.debug.core.ILaunchConfiguration configuration) org.eclipse.debug.core.ILaunch
static boolean
getSuspendOnScriptLoadValue
(org.eclipse.debug.core.ILaunchConfiguration configuration) static boolean
getSuspendOnStartupValue
(org.eclipse.debug.core.ILaunchConfiguration configuration) void
launch
(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor monitor) Methods inherited from class org.eclipse.ease.ui.tools.AbstractLaunchDelegate
buildForLaunch, finalLaunchCheck, getLaunchableResource, getLaunchableResource, getLaunchConfigurations, getLaunchConfigurations, launch, launch, preLaunchCheck
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate
showCommandLine
-
Constructor Details
-
EaseLaunchDelegate
public EaseLaunchDelegate()
-
-
Method Details
-
launch
public void launch(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException - Throws:
org.eclipse.core.runtime.CoreException
-
getLaunch
public org.eclipse.debug.core.ILaunch getLaunch(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode) throws org.eclipse.core.runtime.CoreException - Throws:
org.eclipse.core.runtime.CoreException
-
getSuspendOnStartupValue
public static boolean getSuspendOnStartupValue(org.eclipse.debug.core.ILaunchConfiguration configuration) -
getSuspendOnScriptLoadValue
public static boolean getSuspendOnScriptLoadValue(org.eclipse.debug.core.ILaunchConfiguration configuration) -
getDisplayDynamicCodeValue
public static boolean getDisplayDynamicCodeValue(org.eclipse.debug.core.ILaunchConfiguration configuration)
-