Class PinsetLaunchConfigurationDelegate
- java.lang.Object
-
- org.eclipse.debug.core.model.LaunchConfigurationDelegate
-
- org.eclipse.epsilon.eol.dt.launching.EpsilonLaunchConfigurationDelegate
-
- org.eclipse.epsilon.pinset.dt.launching.PinsetLaunchConfigurationDelegate
-
- All Implemented Interfaces:
org.eclipse.debug.core.model.ILaunchConfigurationDelegate
,org.eclipse.debug.core.model.ILaunchConfigurationDelegate2
,EpsilonLaunchConfigurationDelegateListener
public class PinsetLaunchConfigurationDelegate extends EpsilonLaunchConfigurationDelegate
PinsetLaunchConfigurationDelegate.- Since:
- 2.1
- Author:
- Alfonso de la Vega
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.eol.dt.launching.EpsilonLaunchConfigurationDelegate
configuration, listeners, result
-
-
Constructor Summary
Constructors Constructor Description PinsetLaunchConfigurationDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EolDebugger
createDebugger()
IEolModule
createModule()
Create the new module based on the configuration.PinsetModule
getDefaultModule(org.eclipse.debug.core.ILaunchConfiguration configuration)
Get the module default module implementation.String
getLanguage()
-
Methods inherited from class org.eclipse.epsilon.eol.dt.launching.EpsilonLaunchConfigurationDelegate
aboutToExecute, aboutToParse, collectListeners, 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
-
createModule
public IEolModule createModule()
Description copied from class:EpsilonLaunchConfigurationDelegate
Create the new module based on the configuration.- Overrides:
createModule
in classEpsilonLaunchConfigurationDelegate
- Returns:
- an ExL module for the specific language being executed
-
createDebugger
protected EolDebugger createDebugger()
- Overrides:
createDebugger
in classEpsilonLaunchConfigurationDelegate
-
getLanguage
public String getLanguage()
- Specified by:
getLanguage
in classEpsilonLaunchConfigurationDelegate
-
getDefaultModule
public PinsetModule getDefaultModule(org.eclipse.debug.core.ILaunchConfiguration configuration)
Description copied from class:EpsilonLaunchConfigurationDelegate
Get the module default module implementation.- Specified by:
getDefaultModule
in classEpsilonLaunchConfigurationDelegate
-
-