public class DefaultSourceContainer extends CompositeSourceContainer
Clients may instantiate this class.
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_ID
Unique identifier for the default source container type
(value
org.eclipse.debug.core.containerType.default). |
EMPTY| Constructor and Description |
|---|
DefaultSourceContainer()
Constructs a default source container.
|
| Modifier and Type | Method and Description |
|---|---|
protected ISourceContainer[] |
createSourceContainers()
Creates the source containers in this composite container.
|
boolean |
equals(Object obj) |
protected ILaunchConfiguration |
getLaunchConfiguration()
Returns the launch configuration for which a default source lookup
path will be computed, or
null if none. |
String |
getName()
The name of this source container that can be used for presentation purposes.
|
ISourceContainerType |
getType()
Returns this container's type.
|
int |
hashCode() |
dispose, findSourceElements, findSourceElements, getSourceContainers, isCompositeabort, getDirector, getSourceContainerType, init, isFindDuplicates, warngetAdapterclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAdapterpublic static final String TYPE_ID
org.eclipse.debug.core.containerType.default).public DefaultSourceContainer()
protected ILaunchConfiguration getLaunchConfiguration()
null if none.nullpublic ISourceContainerType getType()
ISourceContainerpublic String getName()
ISourceContainerprotected ISourceContainer[] createSourceContainers() throws CoreException
CompositeSourceContainercreateSourceContainers in class CompositeSourceContainerISourceContainersCoreException - if unable to create the containers
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.