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 Detail

      • TYPE_ID

        public static final java.lang.String TYPE_ID
        Unique identifier for the working set source container type (value org.eclipse.debug.ui.containerType.workingSet.)
    • Constructor Detail

      • WorkingSetSourceContainer

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

      • getName

        public java.lang.String getName()
        Description copied from interface: ISourceContainer
        The name of this source container that can be used for presentation purposes. For example, the name of a project.
        Returns:
        the name of this source container
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object