public class WorkspaceSourceContainer extends CompositeSourceContainer
Clients may instantiate this class.
Modifier and Type | Field and Description |
---|---|
static String |
TYPE_ID
Unique identifier for the workspace source container type
(value
org.eclipse.debug.core.containerType.workspace ). |
EMPTY
Constructor and Description |
---|
WorkspaceSourceContainer() |
Modifier and Type | Method and Description |
---|---|
protected ISourceContainer[] |
createSourceContainers()
Creates the source containers in this composite container.
|
boolean |
equals(Object obj) |
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.workspace
).public String getName()
ISourceContainer
public ISourceContainerType getType()
ISourceContainer
protected ISourceContainer[] createSourceContainers() throws CoreException
CompositeSourceContainer
createSourceContainers
in class CompositeSourceContainer
ISourceContainer
sCoreException
- if unable to create the containers
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.