Class EolLaunchConfigurationDelegate
- java.lang.Object
-
- org.eclipse.debug.core.model.LaunchConfigurationDelegate
-
- org.eclipse.epsilon.eol.dt.launching.EpsilonLaunchConfigurationDelegate
-
- org.eclipse.epsilon.eol.dt.launching.EolLaunchConfigurationDelegate
-
- All Implemented Interfaces:
org.eclipse.debug.core.model.ILaunchConfigurationDelegate,org.eclipse.debug.core.model.ILaunchConfigurationDelegate2,EpsilonLaunchConfigurationDelegateListener
public class EolLaunchConfigurationDelegate extends EpsilonLaunchConfigurationDelegate
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.eol.dt.launching.EpsilonLaunchConfigurationDelegate
configuration, listeners, result
-
-
Constructor Summary
Constructors Constructor Description EolLaunchConfigurationDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IEolModulegetDefaultModule(org.eclipse.debug.core.ILaunchConfiguration configuration)Get the module default module implementation.StringgetLanguage()The language provided by the plugin.-
Methods inherited from class org.eclipse.epsilon.eol.dt.launching.EpsilonLaunchConfigurationDelegate
aboutToExecute, aboutToParse, collectListeners, createDebugger, createModule, executed, launch, launch, parse, postExecute, preExecute, preLaunchCheck, preParse, teardown
-
Methods inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegate
addReferencedProjects, buildForLaunch, buildProjects, computeBuildOrder, computeReferencedBuildOrder, existsProblems, finalLaunchCheck, getBreakpoints, getBuildOrder, getLaunch, getProjectsForProblemSearch, isLaunchProblem, saveBeforeLaunch
-
-
-
-
Method Detail
-
getLanguage
public String getLanguage()
The language provided by the plugin. It allows other plugins to contribute alternate IModule implementation of the language.- Specified by:
getLanguagein classEpsilonLaunchConfigurationDelegate- Since:
- 1.6
-
getDefaultModule
public IEolModule getDefaultModule(org.eclipse.debug.core.ILaunchConfiguration configuration)
Description copied from class:EpsilonLaunchConfigurationDelegateGet the module default module implementation.- Specified by:
getDefaultModulein classEpsilonLaunchConfigurationDelegate
-
-