Uses of Interface
org.eclipse.debug.core.ILaunchConfiguration
Packages that use ILaunchConfiguration
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 implementations of common source containers supporting source lookup.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a set of actions related to running and debugging applications.
Provides a user interface for debug platform source lookup facilities.
-
Uses of ILaunchConfiguration in org.eclipse.debug.core
Subinterfaces of ILaunchConfiguration in org.eclipse.debug.coreModifier and TypeInterfaceDescriptioninterfaceAn editable copy of a launch configuration.Methods in org.eclipse.debug.core that return ILaunchConfigurationModifier and TypeMethodDescriptionILaunchConfigurationWorkingCopy.doSave()Saves this working copy to its underlying file and returns a handle to the resulting launch configuration.ILaunchConfigurationWorkingCopy.doSave(int flag) Saves this working copy to its underlying file and returns a handle to the resulting launch configuration.ILaunch.getLaunchConfiguration()Returns the configuration that was launched, ornullif no configuration was launched.ILaunchManager.getLaunchConfiguration(String memento) Returns a handle to the launch configuration specified by the given memento.ILaunchManager.getLaunchConfiguration(IFile file) Returns a handle to the launch configuration contained in the specified file.Launch.getLaunchConfiguration()ILaunchManager.getLaunchConfigurations()Returns all launch configurations defined in the workspace.ILaunchManager.getLaunchConfigurations(int kinds) Returns all launch configurations defined in the workspace of the specified kind(s) (configurations and/or prototypes).ILaunchManager.getLaunchConfigurations(ILaunchConfigurationType type) Returns all launch configurations of the specified type defined in the workspaceILaunchManager.getLaunchConfigurations(ILaunchConfigurationType type, int kinds) Returns all launch configurations of the specified type defined in the workspace of the specified kind(s) (configurations and/or prototypes).ILaunchManager.getMigrationCandidates()Returns a collection of launch configurations that required migration to be compatible with current tooling.ILaunchManager.getMovedFrom(ILaunchConfiguration addedConfiguration) When a launch configuration is created or moved, registered launch configuration listeners (seeILaunchConfigurationListener) are notified of an add notification for the new configuration.ILaunchManager.getMovedTo(ILaunchConfiguration removedConfiguration) When a launch configuration is deleted or moved, registered launch configuration listeners (seeILaunchConfigurationListener) are notified of a remove notification for launch configuration that has been deleted.ILaunchConfigurationWorkingCopy.getOriginal()Returns the original launch configuration this working copy was created from ornullif this is a new working copy created from a launch configuration type.ILaunchConfiguration.getPrototype()Returns the prototype this launch configuration was created from ornullif none.ILaunchConfigurationType.getPrototypes()Returns all launch configuration prototypes of the this type, possibly an empty collection.Methods in org.eclipse.debug.core that return types with arguments of type ILaunchConfigurationModifier and TypeMethodDescriptionILaunchConfiguration.getPrototypeChildren()Returns all configurations made from this prototype, possibly an empty collection.Methods in org.eclipse.debug.core with parameters of type ILaunchConfigurationModifier and TypeMethodDescriptionbooleanILaunchConfiguration.contentsEqual(ILaunchConfiguration configuration) Returns whether the contents of this launch configuration are equal to the contents of the given launch configuration.voidILaunchConfigurationWorkingCopy.copyAttributes(ILaunchConfiguration prototype) Copies all attributes from the given prototype to this working.ILaunchManager.getEncoding(ILaunchConfiguration configuration) This method returns the character encoding to use when launching the specifiedILaunchConfiguration.String[]ILaunchManager.getEnvironment(ILaunchConfiguration configuration) Returns an array of environment variables to be used when launching the given configuration ornullif unspecified.ILaunchManager.getMovedFrom(ILaunchConfiguration addedConfiguration) When a launch configuration is created or moved, registered launch configuration listeners (seeILaunchConfigurationListener) are notified of an add notification for the new configuration.ILaunchManager.getMovedTo(ILaunchConfiguration removedConfiguration) When a launch configuration is deleted or moved, registered launch configuration listeners (seeILaunchConfigurationListener) are notified of a remove notification for launch configuration that has been deleted.ILaunchManager.getSourcePathComputer(ILaunchConfiguration configuration) Returns a source path computer to compute a default source lookup path for the given launch configuration, ornullif a source path computer has not been registered for the associated launch configuration type.booleanILaunchConfigurationMigrationDelegate.isCandidate(ILaunchConfiguration candidate) Returns whether the given launch configuration requires migration.static booleanRefreshUtil.isRefreshRecursive(ILaunchConfiguration configuration) Returns whether the refresh scope specified by the given launch configuration is recursive.voidILaunchConfigurationListener.launchConfigurationAdded(ILaunchConfiguration configuration) The given launch configuration has been created.voidLaunch.launchConfigurationAdded(ILaunchConfiguration configuration) voidILaunchConfigurationListener.launchConfigurationChanged(ILaunchConfiguration configuration) The given launch configuration has changed in some way.voidLaunch.launchConfigurationChanged(ILaunchConfiguration configuration) voidILaunchConfigurationListener.launchConfigurationRemoved(ILaunchConfiguration configuration) The given launch configuration has been deleted.voidLaunch.launchConfigurationRemoved(ILaunchConfiguration configuration) voidILaunchConfigurationMigrationDelegate.migrate(ILaunchConfiguration candidate) Migrates the given launch configuration to be compatible with the current tooling.static voidRefreshUtil.refreshResources(ILaunchConfiguration configuration, IProgressMonitor monitor) Refreshes the resources as specified by the given launch configuration via itsRefreshUtil.ATTR_REFRESH_SCOPEandRefreshUtil.ATTR_REFRESH_RECURSIVEattributes.voidILaunchConfigurationWorkingCopy.setPrototype(ILaunchConfiguration prototype, boolean copy) Sets the prototype that this configuration is based on, possiblynull, and optionally copies attributes from the prototype to this working copy.Constructors in org.eclipse.debug.core with parameters of type ILaunchConfigurationModifierConstructorDescriptionLaunch(ILaunchConfiguration launchConfiguration, String mode, ISourceLocator locator) Constructs a launch with the specified attributes. -
Uses of ILaunchConfiguration in org.eclipse.debug.core.model
Methods in org.eclipse.debug.core.model with parameters of type ILaunchConfigurationModifier and TypeMethodDescriptionbooleanILaunchConfigurationDelegate2.buildForLaunch(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) Optionally performs any required building before launching the given configuration in the specified mode, and returns whether the debug platform should perform an incremental workspace build before the launch continues.booleanLaunchConfigurationDelegate.buildForLaunch(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) booleanILaunchConfigurationDelegate2.finalLaunchCheck(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) Returns whether a launch should proceed.booleanLaunchConfigurationDelegate.finalLaunchCheck(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) protected IBreakpoint[]LaunchConfigurationDelegate.getBreakpoints(ILaunchConfiguration configuration) Returns the breakpoint collection that is relevant for this launch delegate.protected IProject[]LaunchConfigurationDelegate.getBuildOrder(ILaunchConfiguration configuration, String mode) Returns the projects to build before launching the given launch configuration ornullif the entire workspace should be built incrementally.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.LaunchConfigurationDelegate.getLaunch(ILaunchConfiguration configuration, String mode) protected IProject[]LaunchConfigurationDelegate.getProjectsForProblemSearch(ILaunchConfiguration configuration, String mode) Returns the set of projects to use when searching for errors ornullif no search is to be done.voidIPersistableSourceLocator.initializeDefaults(ILaunchConfiguration configuration) Initializes this source locator to perform default source lookup for the given launch configuration.voidILaunchConfigurationDelegate.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.booleanILaunchConfigurationDelegate2.preLaunchCheck(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) Returns whether a launch should proceed.booleanLaunchConfigurationDelegate.preLaunchCheck(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) protected booleanLaunchConfigurationDelegate.saveBeforeLaunch(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) Performs the scoped saving of resources before launching and returns whether the launch should continue.default StringILaunchConfigurationDelegate.showCommandLine(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) Gets the command line to launch the given configuration in the specified mode. -
Uses of ILaunchConfiguration in org.eclipse.debug.core.sourcelookup
Fields in org.eclipse.debug.core.sourcelookup declared as ILaunchConfigurationModifier and TypeFieldDescriptionprotected ILaunchConfigurationAbstractSourceLookupDirector.fConfigMethods in org.eclipse.debug.core.sourcelookup that return ILaunchConfigurationModifier and TypeMethodDescriptionAbstractSourceLookupDirector.getLaunchConfiguration()ISourceLookupDirector.getLaunchConfiguration()Returns the launch configuration associated with this source lookup director, ornullif none.Methods in org.eclipse.debug.core.sourcelookup with parameters of type ILaunchConfigurationModifier and TypeMethodDescriptionISourcePathComputerDelegate.computeSourceContainers(ILaunchConfiguration configuration, IProgressMonitor monitor) Returns a default collection source containers to be considered for the given launch configuration.voidAbstractSourceLookupDirector.initializeDefaults(ILaunchConfiguration configuration) voidAbstractSourceLookupDirector.initializeFromMemento(String memento, ILaunchConfiguration configuration) voidIPersistableSourceLocator2.initializeFromMemento(String memento, ILaunchConfiguration configuration) Initializes this source locator based on the given memento, for the given launch configuration.voidAbstractSourceLookupDirector.launchConfigurationAdded(ILaunchConfiguration configuration) voidAbstractSourceLookupDirector.launchConfigurationChanged(ILaunchConfiguration configuration) voidAbstractSourceLookupDirector.launchConfigurationRemoved(ILaunchConfiguration configuration) protected voidAbstractSourceLookupDirector.setLaunchConfiguration(ILaunchConfiguration configuration) Sets the launch configuration associated with this source lookup director. -
Uses of ILaunchConfiguration in org.eclipse.debug.core.sourcelookup.containers
Methods in org.eclipse.debug.core.sourcelookup.containers that return ILaunchConfigurationModifier and TypeMethodDescriptionprotected ILaunchConfigurationDefaultSourceContainer.getLaunchConfiguration()Returns the launch configuration for which a default source lookup path will be computed, ornullif none. -
Uses of ILaunchConfiguration in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that return ILaunchConfigurationModifier and TypeMethodDescriptionstatic ILaunchConfigurationDebugUITools.getLastLaunch(String groupId) Returns the last configuration that was launched for specified launch group ornull, if there is not one.static ILaunchConfigurationDebugUITools.getLaunchConfiguration(ILaunchConfigurationDialog dialog) Returns the ILaunchConfiguration corresponding to ILaunchConfigurationDialogprotected ILaunchConfigurationWorkingDirectoryBlock.getLaunchConfiguration()Returns the launch configuration that this working directory block is using.ILaunchShortcut2.getLaunchConfigurations(ISelection selection) Returns an array ofILaunchConfigurations that apply to the specified selection, an empty collection if one could be created but does not exist, ornullif default resource mappings should be used to derive associated configurations.ILaunchShortcut2.getLaunchConfigurations(IEditorPart editorpart) Returns an array of existingILaunchConfigurations that could be used to launch the given editor part, an empty array if one could be created but does not exist, ornullif default resource mappings should be used to derive associated configurationsMethods in org.eclipse.debug.ui with parameters of type ILaunchConfigurationModifier 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.static ILaunchGroupDebugUITools.getLaunchGroup(ILaunchConfiguration configuration, String mode) Returns the launch group that the given launch configuration belongs to, for the specified mode, ornullif none.protected abstract IProjectWorkingDirectoryBlock.getProject(ILaunchConfiguration configuration) Returns the project associated with the specified launch configuration ornullif none.static StringRefreshTab.getRefreshScope(ILaunchConfiguration configuration) Returns the refresh scope attribute specified by the given launch configuration ornullif none.voidAbstractLaunchConfigurationTabGroup.initializeFrom(ILaunchConfiguration configuration) By default, delegate to all of the tabs in this group.voidCommonTab.initializeFrom(ILaunchConfiguration configuration) voidEnvironmentTab.initializeFrom(ILaunchConfiguration configuration) voidILaunchConfigurationTab.initializeFrom(ILaunchConfiguration configuration) Initializes this tab's controls with values from the given launch configuration.voidILaunchConfigurationTabGroup.initializeFrom(ILaunchConfiguration configuration) Initializes this group's tab controls with values from the given launch configuration.voidPrototypeTab.initializeFrom(ILaunchConfiguration configuration) voidRefreshTab.initializeFrom(ILaunchConfiguration configuration) voidWorkingDirectoryBlock.initializeFrom(ILaunchConfiguration configuration) static booleanCommonTab.isLaunchInBackground(ILaunchConfiguration configuration) Returns whether the given configuration should be launched in the background.static booleanDebugUITools.isPrivate(ILaunchConfiguration configuration) Returns whether the given launch configuration is private.static booleanRefreshTab.isRefreshRecursive(ILaunchConfiguration configuration) Returns whether the refresh scope specified by the given launch configuration is recursive.booleanAbstractLaunchConfigurationTab.isValid(ILaunchConfiguration launchConfig) booleanCommonTab.isValid(ILaunchConfiguration config) booleanILaunchConfigurationTab.isValid(ILaunchConfiguration launchConfig) Returns whether this tab is in a valid state in the context of the specified launch configuration.booleanPrototypeTab.isValid(ILaunchConfiguration config) booleanRefreshTab.isValid(ILaunchConfiguration launchConfig) booleanWorkingDirectoryBlock.isValid(ILaunchConfiguration config) static voidDebugUITools.launch(ILaunchConfiguration configuration, String mode) Saves and builds the workspace according to current preference settings, and launches the given launch configuration in the specified mode.static voidDebugUITools.launch(ILaunchConfiguration configuration, String mode, boolean isShift) Saves and builds the workspace according to current preference settings, and launches the given launch configuration in the specified mode.static intDebugUITools.openLaunchConfigurationDialog(Shell shell, ILaunchConfiguration configuration, String groupIdentifier, IStatus status) Open the launch configuration dialog on the specified launch configuration.static intDebugUITools.openLaunchConfigurationPropertiesDialog(Shell shell, ILaunchConfiguration configuration, String groupIdentifier) Open the launch configuration properties dialog on the specified launch configuration.static intDebugUITools.openLaunchConfigurationPropertiesDialog(Shell shell, ILaunchConfiguration configuration, String groupIdentifier, IStatus status) Open the launch configuration properties dialog on the specified launch configuration.static voidRefreshTab.refreshResources(ILaunchConfiguration configuration, IProgressMonitor monitor) Refreshes the resources as specified by the given launch configuration.static voidDebugUITools.reLaunch(ILaunchConfiguration configuration, String mode) Saves and builds the workspace according to current preference settings, and launches the given launch configuration in the specified mode.protected voidWorkingDirectoryBlock.setLaunchConfiguration(ILaunchConfiguration config) Sets the launch configuration to be used by this working directory block.protected voidEnvironmentTab.updateEnvironment(ILaunchConfiguration configuration) Updates the environment table for the given launch configurationprotected voidCommonTab.updateLaunchInBackground(ILaunchConfiguration configuration) Updates the launch on background check button -
Uses of ILaunchConfiguration in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions that return ILaunchConfigurationModifier and TypeMethodDescriptionprotected ILaunchConfiguration[]AbstractLaunchHistoryAction.getFavorites()Returns the launch favorites associated with this action's launch mode and group in user preference order.protected ILaunchConfiguration[]AbstractLaunchHistoryAction.getHistory()Returns the launch history associated with this action's launch mode and group in most recently launched order.protected ILaunchConfigurationAbstractLaunchHistoryAction.getLastLaunch()Return the last launch in this action's launch history.protected ILaunchConfigurationRelaunchLastAction.getLastLaunch()Return the last launch that occurred in the workspace.Methods in org.eclipse.debug.ui.actions with parameters of type ILaunchConfigurationModifier and TypeMethodDescriptionprotected StringAbstractLaunchHistoryAction.getToolTip(ILaunchConfiguration configuration) Returns the tooltip specific to a configuration.Constructors in org.eclipse.debug.ui.actions with parameters of type ILaunchConfigurationModifierConstructorDescriptionLaunchAction(ILaunchConfiguration configuration, String mode) Constructs an action that launches the specified launch configuration in the specified mode. -
Uses of ILaunchConfiguration in org.eclipse.debug.ui.sourcelookup
Methods in org.eclipse.debug.ui.sourcelookup with parameters of type ILaunchConfigurationModifier and TypeMethodDescriptionvoidSourceLookupTab.initializeFrom(ILaunchConfiguration configuration) -
Uses of ILaunchConfiguration in org.eclipse.unittest.ui
Methods in org.eclipse.unittest.ui that return ILaunchConfigurationModifier and TypeMethodDescriptionITestViewSupport.getRerunLaunchConfiguration(List<ITestElement> testElements) Returns a Rerun launch configuration for the given element