Package org.eclipse.epsilon.profiling.dt
Class ProfilingLaunchConfigurationListener
- java.lang.Object
-
- org.eclipse.epsilon.profiling.dt.ProfilingLaunchConfigurationListener
-
- All Implemented Interfaces:
EpsilonLaunchConfigurationDelegateListener
public class ProfilingLaunchConfigurationListener extends Object implements EpsilonLaunchConfigurationDelegateListener
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
fineGrainedProfiling
protected boolean
profileModelLoading
protected boolean
profilingEnabled
protected boolean
resetProfiler
-
Constructor Summary
Constructors Constructor Description ProfilingLaunchConfigurationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
aboutToExecute(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module)
void
aboutToParse(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module)
void
executed(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module, Object result)
-
-
-
Method Detail
-
aboutToParse
public void aboutToParse(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module) throws org.eclipse.core.runtime.CoreException
- Specified by:
aboutToParse
in interfaceEpsilonLaunchConfigurationDelegateListener
- Throws:
org.eclipse.core.runtime.CoreException
-
aboutToExecute
public void aboutToExecute(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module) throws Exception
- Specified by:
aboutToExecute
in interfaceEpsilonLaunchConfigurationDelegateListener
- Throws:
Exception
-
executed
public void executed(org.eclipse.debug.core.ILaunchConfiguration configuration, String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IEolModule module, Object result) throws Exception
- Specified by:
executed
in interfaceEpsilonLaunchConfigurationDelegateListener
- Throws:
Exception
-
-