Class WorkspaceSourceContainer

  • All Implemented Interfaces:
    IAdaptable, ISourceContainer

    public class WorkspaceSourceContainer
    extends CompositeSourceContainer
    All projects in the workspace.

    Clients may instantiate this class.

    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 workspace source container type (value org.eclipse.debug.core.containerType.workspace).
    • Constructor Detail

      • WorkspaceSourceContainer

        public WorkspaceSourceContainer()
    • 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