Uses of Interface
org.eclipse.debug.core.sourcelookup.ISourceContainerType
Packages that use ISourceContainerType
Package
Description
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Provides support for source lookup.
Provides implementations of common source containers supporting source lookup.
Provides a user interface for debug platform source lookup facilities.
-
Uses of ISourceContainerType in org.eclipse.debug.core
Methods in org.eclipse.debug.core that return ISourceContainerTypeModifier and TypeMethodDescriptionILaunchManager.getSourceContainerType
(String id) Returns the source container type extension registered with the given unique identifier, ornull
if none.ILaunchManager.getSourceContainerTypes()
Returns all registered source container type extensions. -
Uses of ISourceContainerType in org.eclipse.debug.core.sourcelookup
Methods in org.eclipse.debug.core.sourcelookup that return ISourceContainerTypeMethods in org.eclipse.debug.core.sourcelookup with parameters of type ISourceContainerTypeModifier and TypeMethodDescriptionboolean
AbstractSourceLookupDirector.supportsSourceContainerType
(ISourceContainerType type) boolean
ISourceLookupDirector.supportsSourceContainerType
(ISourceContainerType type) Returns whether this source director supports the given type of source location. -
Uses of ISourceContainerType in org.eclipse.debug.core.sourcelookup.containers
Methods in org.eclipse.debug.core.sourcelookup.containers that return ISourceContainerTypeModifier and TypeMethodDescriptionprotected ISourceContainerType
AbstractSourceContainer.getSourceContainerType
(String id) Returns the source container type identified by the given id, ornull
if none.ArchiveSourceContainer.getType()
DefaultSourceContainer.getType()
DirectorySourceContainer.getType()
ExternalArchiveSourceContainer.getType()
FolderSourceContainer.getType()
ProjectSourceContainer.getType()
WorkspaceSourceContainer.getType()
-
Uses of ISourceContainerType in org.eclipse.debug.ui.sourcelookup
Methods in org.eclipse.debug.ui.sourcelookup that return ISourceContainerType