public class FolderSourceContainer extends ContainerSourceContainer
Clients may instantiate this class.
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_ID
Unique identifier for the folder source container type
(value
org.eclipse.debug.core.containerType.folder). |
EMPTY| Constructor and Description |
|---|
FolderSourceContainer(IContainer folder,
boolean subfolders)
Constructs a source container on the given folder.
|
| Modifier and Type | Method and Description |
|---|---|
ISourceContainerType |
getType()
Returns this container's type.
|
createSourceContainers, equals, findSourceElements, getContainer, getName, hashCode, isCompositedispose, findSourceElements, getSourceContainersabort, getDirector, getSourceContainerType, init, isFindDuplicates, warngetAdapterclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAdapterpublic static final String TYPE_ID
org.eclipse.debug.core.containerType.folder).public FolderSourceContainer(IContainer folder, boolean subfolders)
folder - the folder to search for source insubfolders - whether to search nested folderspublic ISourceContainerType getType()
ISourceContainer
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.