Class FolderSourceContainer

All Implemented Interfaces:
IAdaptable, ISourceContainer

public class FolderSourceContainer extends ContainerSourceContainer
A folder in the workspace.

Clients may instantiate this class.

Since:
3.0
Restriction:
This class is not intended to be subclassed by clients.
  • Field Details

    • TYPE_ID

      public static final String TYPE_ID
      Unique identifier for the folder source container type (value org.eclipse.debug.core.containerType.folder).
  • Constructor Details

    • FolderSourceContainer

      public FolderSourceContainer(IContainer folder, boolean subfolders)
      Constructs a source container on the given folder.
      Parameters:
      folder - the folder to search for source in
      subfolders - whether to search nested folders
  • Method Details