Uses of Interface
org.eclipse.debug.core.ILaunch
Packages that use ILaunch
Package
Description
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Defines interfaces for debug model elements, source lookup, and launching.
Provides support for source lookup.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a set of interfaces and classes for debug context management.
Application programming interfaces representing test elements as shown in the Unit Test view.
-
Uses of ILaunch in org.eclipse.debug.core
Classes in org.eclipse.debug.core that implement ILaunchModifier and TypeClassDescriptionclassA launch is the result of launching a debug session and/or one or more system processes.Methods in org.eclipse.debug.core that return ILaunchModifier and TypeMethodDescriptionILaunch[]ILaunchManager.getLaunches()Returns the collection of launches currently registered with this launch manager.ILaunchConfiguration.launch(String mode, IProgressMonitor monitor) Launches this configuration in the specified mode by delegating to this configuration's launch configuration delegate, and returns the resulting launch.ILaunchConfiguration.launch(String mode, IProgressMonitor monitor, boolean build) Launches this configuration in the specified mode by delegating to this configuration's launch configuration delegate, and returns the resulting launch.ILaunchConfiguration.launch(String mode, IProgressMonitor monitor, boolean build, boolean register) Launches this configuration in the specified mode by delegating to this configuration's launch configuration delegate, and returns the resulting launch.Methods in org.eclipse.debug.core with parameters of type ILaunchModifier and TypeMethodDescriptionvoidAdds the specified launch and notifies listeners.voidILaunchManager.addLaunches(ILaunch[] launches) Adds the specified launch objects and notifies listeners.booleanILaunchManager.isRegistered(ILaunch launch) Returns whether the given launch is currently registered.voidILaunchListener.launchAdded(ILaunch launch) Notifies this listener that the specified launch has been added.voidLaunch.launchAdded(ILaunch launch) voidILaunchListener.launchChanged(ILaunch launch) Notifies this listener that the specified launch has changed.voidLaunch.launchChanged(ILaunch launch) voidILaunchesListener.launchesAdded(ILaunch[] launches) Notifies this listener that the specified launches have been added.voidILaunchesListener.launchesChanged(ILaunch[] launches) Notifies this listener that the specified launches have changed.voidILaunchesListener.launchesRemoved(ILaunch[] launches) Notifies this listener that the specified launches have been removed.voidILaunchesListener2.launchesTerminated(ILaunch[] launches) Notification that the given launches have terminated.voidILaunchListener.launchRemoved(ILaunch launch) Notifies this listener that the specified launch has been removed.voidLaunch.launchRemoved(ILaunch launch) static IProcessDebugPlugin.newProcess(ILaunch launch, Process process, String label) Creates and returns a new process representing the givenjava.lang.Process.static IProcessDebugPlugin.newProcess(ILaunch launch, Process process, String label, Map<String, String> attributes) Creates and returns a new process representing the givenjava.lang.Process.IProcessFactory.newProcess(ILaunch launch, Process process, String label, Map<String, String> attributes) Creates and returns a new process representing the givenjava.lang.Process.voidILaunchManager.removeLaunch(ILaunch launch) Removes the specified launch and notifies listeners.voidILaunchManager.removeLaunches(ILaunch[] launches) Removes the specified launch objects and notifies listeners. -
Uses of ILaunch in org.eclipse.debug.core.model
Methods in org.eclipse.debug.core.model that return ILaunchModifier and TypeMethodDescriptionDebugElement.getLaunch()IDebugElement.getLaunch()Returns the launch this element is contained in.ILaunchConfigurationDelegate2.getLaunch(ILaunchConfiguration configuration, String mode) Returns a launch object to use when launching the given launch configuration in the given mode, ornullif a new default launch object should be created by the debug platform.IProcess.getLaunch()Returns the launch this element originated from.LaunchConfigurationDelegate.getLaunch(ILaunchConfiguration configuration, String mode) RuntimeProcess.getLaunch()Methods in org.eclipse.debug.core.model with parameters of type ILaunchModifier and TypeMethodDescriptionvoidILaunchConfigurationDelegate.launch(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) Launches the given configuration in the specified mode, contributing debug targets and/or processes to the given launch object.protected voidSets the launch this process is contained indefault StringILaunchConfigurationDelegate.showCommandLine(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) Gets the command line to launch the given configuration in the specified mode.Constructors in org.eclipse.debug.core.model with parameters of type ILaunch -
Uses of ILaunch in org.eclipse.debug.core.sourcelookup
Methods in org.eclipse.debug.core.sourcelookup with parameters of type ILaunchModifier and TypeMethodDescriptionvoidAbstractSourceLookupDirector.launchAdded(ILaunch launch) voidAbstractSourceLookupDirector.launchChanged(ILaunch launch) voidAbstractSourceLookupDirector.launchRemoved(ILaunch launch) -
Uses of ILaunch in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that return ILaunchModifier and TypeMethodDescriptionstatic ILaunchDebugUITools.buildAndLaunch(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) Builds the workspace according to current preference settings, and launches the given configuration in the specified mode, returning the resulting launch object.Methods in org.eclipse.debug.ui with parameters of type ILaunchModifier and TypeMethodDescriptionvoidDeprecated.As of R3.0, this method is no longer called by the launch framework.voidDeprecated.As of R3.0, this method is no longer called by the launch framework.voidDeprecated.As of R3.0, this method is no longer called by the launch framework.voidDeprecated.As of R3.0, this method is no longer called by the launch framework. -
Uses of ILaunch in org.eclipse.debug.ui.contexts
Methods in org.eclipse.debug.ui.contexts with parameters of type ILaunch -
Uses of ILaunch in org.eclipse.unittest.model
Methods in org.eclipse.unittest.model that return ILaunch