Class FlockLaunchConfigurationDelegate
- java.lang.Object
 - 
- org.eclipse.debug.core.model.LaunchConfigurationDelegate
 - 
- org.eclipse.epsilon.eol.dt.launching.EpsilonLaunchConfigurationDelegate
 - 
- org.eclipse.epsilon.flock.dt.launching.FlockLaunchConfigurationDelegate
 
 
 
 
- 
- All Implemented Interfaces:
 org.eclipse.debug.core.model.ILaunchConfigurationDelegate,org.eclipse.debug.core.model.ILaunchConfigurationDelegate2,EpsilonLaunchConfigurationDelegateListener
public class FlockLaunchConfigurationDelegate extends EpsilonLaunchConfigurationDelegate
 
- 
- 
Field Summary
- 
Fields inherited from class org.eclipse.epsilon.eol.dt.launching.EpsilonLaunchConfigurationDelegate
configuration, listeners, result 
 - 
 
- 
Constructor Summary
Constructors Constructor Description FlockLaunchConfigurationDelegate() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EolDebuggercreateDebugger()IEolModulegetDefaultModule(org.eclipse.debug.core.ILaunchConfiguration configuration)Get the module default module implementation.java.lang.StringgetLanguage()The language provided by the plugin.protected voidpostExecute(IEolModule module)protected voidpreExecute(IEolModule module)- 
Methods inherited from class org.eclipse.epsilon.eol.dt.launching.EpsilonLaunchConfigurationDelegate
aboutToExecute, aboutToParse, collectListeners, createModule, executed, launch, launch, parse, 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 java.lang.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
 
 
- 
createDebugger
protected EolDebugger createDebugger()
- Overrides:
 createDebuggerin classEpsilonLaunchConfigurationDelegate
 
- 
preExecute
protected void preExecute(IEolModule module) throws org.eclipse.core.runtime.CoreException, EolRuntimeException
- Overrides:
 preExecutein classEpsilonLaunchConfigurationDelegate- Throws:
 org.eclipse.core.runtime.CoreExceptionEolRuntimeException
 
- 
postExecute
protected void postExecute(IEolModule module) throws org.eclipse.core.runtime.CoreException, EolRuntimeException
- Overrides:
 postExecutein classEpsilonLaunchConfigurationDelegate- Throws:
 org.eclipse.core.runtime.CoreExceptionEolRuntimeException
 
- 
getDefaultModule
public IEolModule getDefaultModule(org.eclipse.debug.core.ILaunchConfiguration configuration)
Description copied from class:EpsilonLaunchConfigurationDelegateGet the module default module implementation.- Specified by:
 getDefaultModulein classEpsilonLaunchConfigurationDelegate
 
 - 
 
 -