Package org.eclipse.team.ui.synchronize
Class WorkspaceScope
java.lang.Object
org.eclipse.team.ui.synchronize.AbstractSynchronizeScope
org.eclipse.team.ui.synchronize.WorkspaceScope
- All Implemented Interfaces:
ISynchronizeScope
A synchronize scope whose roots are the workspace.
- Since:
- 3.0
- Restriction:
- This class is not intended to be subclassed by clients.
-
Field Summary
Fields inherited from interface org.eclipse.team.ui.synchronize.ISynchronizeScope
NAME, ROOTS
-
Constructor Summary
ConstructorDescriptionCreate the resource scope that indicates that the subscriber roots should be used -
Method Summary
Methods inherited from class org.eclipse.team.ui.synchronize.AbstractSynchronizeScope
addPropertyChangeListener, contains, createScope, dispose, firePropertyChangedEvent, fireRootsChanges, getMappings, init, removePropertyChangeListener, saveScope, saveState
-
Constructor Details
-
WorkspaceScope
public WorkspaceScope()Create the resource scope that indicates that the subscriber roots should be used
-
-
Method Details
-
getName
Description copied from interface:ISynchronizeScope
Return the name of the scope- Returns:
- the name of the scope
-
getRoots
Description copied from interface:ISynchronizeScope
Return the root resources that define this scope. A return value ofnull
indicates that the participant should use its default set of resources.- Returns:
- the root resources or
null
-