com.starbase.starteam.viewcomparemerge
Class EveryScope

java.lang.Object
  |
  +--com.starbase.starteam.viewcomparemerge.Scope
        |
        +--com.starbase.starteam.viewcomparemerge.EveryScope

public class EveryScope
extends Scope

Combines multiple scopes. An item is considered in scope if it is included in every member scope.

See Also:
Session#addScope, Scope

Constructor Summary
EveryScope()
          Creates an empty scope.
EveryScope(Scope[] scopes)
          Creates a scope that initially contains the given members.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EveryScope

public EveryScope()
Creates an empty scope.


EveryScope

public EveryScope(Scope[] scopes)
Creates a scope that initially contains the given members.



StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.