public class WorkspaceSourceContainer extends CompositeSourceContainer
Clients may instantiate this class.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.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(java.lang.Object obj) |
java.lang.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 java.lang.String TYPE_ID
org.eclipse.debug.core.containerType.workspace).public java.lang.String getName()
ISourceContainerpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic ISourceContainerType getType()
ISourceContainerprotected ISourceContainer[] createSourceContainers() throws CoreException
CompositeSourceContainercreateSourceContainers in class CompositeSourceContainerISourceContainersCoreException - if unable to create the containers
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.