Class WorkspaceScope

java.lang.Object
org.eclipse.team.ui.synchronize.AbstractSynchronizeScope
org.eclipse.team.ui.synchronize.WorkspaceScope
All Implemented Interfaces:
ISynchronizeScope

public class WorkspaceScope extends AbstractSynchronizeScope
A synchronize scope whose roots are the workspace.
Since:
3.0
Restriction:
This class is not intended to be subclassed by clients.
  • Constructor Details

    • WorkspaceScope

      public WorkspaceScope()
      Create the resource scope that indicates that the subscriber roots should be used
  • Method Details

    • getName

      public String getName()
      Description copied from interface: ISynchronizeScope
      Return the name of the scope
      Returns:
      the name of the scope
    • getRoots

      public IResource[] getRoots()
      Description copied from interface: ISynchronizeScope
      Return the root resources that define this scope. A return value of null indicates that the participant should use its default set of resources.
      Returns:
      the root resources or null