Class WorkingSetSourceContainer

All Implemented Interfaces:
IAdaptable, ISourceContainer

public class WorkingSetSourceContainer extends CompositeSourceContainer
A working set in the workspace. Source is searched for in the projects (referenced projects) and folders (sub-folders) that are part of the working set.

This class may be instantiated.

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 working set source container type (value org.eclipse.debug.ui.containerType.workingSet.)
  • Constructor Details

    • WorkingSetSourceContainer

      public WorkingSetSourceContainer(IWorkingSet workingSet)
      Creates a source container for the working set.
      Parameters:
      workingSet - the working set represented by this container
  • Method Details