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, isComposite
abort, getDirector, getSourceContainerType, init, isFindDuplicates, warn
getAdapter
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAdapter
public static final String TYPE_ID
org.eclipse.debug.core.containerType.default
).public DefaultSourceContainer()
protected ILaunchConfiguration getLaunchConfiguration()
null
if none.null
public ISourceContainerType getType()
ISourceContainer
public String getName()
ISourceContainer
protected ISourceContainer[] createSourceContainers() throws CoreException
CompositeSourceContainer
createSourceContainers
in class CompositeSourceContainer
ISourceContainer
sCoreException
- if unable to create the containers
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.