Package | Description |
---|---|
org.eclipse.debug.core |
Provides support for launching programs, breakpoint management, expression management,
and debug events.
|
org.eclipse.debug.core.sourcelookup |
Provides support for source lookup.
|
org.eclipse.debug.core.sourcelookup.containers |
Provides implementations of common source containers supporting source lookup.
|
org.eclipse.debug.ui.sourcelookup |
Provides a user interface for debug platform source lookup facilities.
|
Modifier and Type | Method and Description |
---|---|
ISourceContainerType |
ILaunchManager.getSourceContainerType(String id)
Returns the source container type extension registered with the
given unique identifier, or
null if none. |
ISourceContainerType[] |
ILaunchManager.getSourceContainerTypes()
Returns all registered source container type extensions.
|
Modifier and Type | Method and Description |
---|---|
ISourceContainerType |
ISourceContainer.getType()
Returns this container's type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ISourceLookupDirector.supportsSourceContainerType(ISourceContainerType type)
Returns whether this source director supports the given type
of source location.
|
boolean |
AbstractSourceLookupDirector.supportsSourceContainerType(ISourceContainerType type) |
Modifier and Type | Method and Description |
---|---|
protected ISourceContainerType |
AbstractSourceContainer.getSourceContainerType(String id)
Returns the source container type identified by the given id,
or
null if none. |
ISourceContainerType |
FolderSourceContainer.getType() |
ISourceContainerType |
ExternalArchiveSourceContainer.getType() |
ISourceContainerType |
DefaultSourceContainer.getType() |
ISourceContainerType |
ProjectSourceContainer.getType() |
ISourceContainerType |
ArchiveSourceContainer.getType() |
ISourceContainerType |
DirectorySourceContainer.getType() |
ISourceContainerType |
WorkspaceSourceContainer.getType() |
Modifier and Type | Method and Description |
---|---|
ISourceContainerType |
WorkingSetSourceContainer.getType() |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.