com.starbase.starteam.viewcomparemerge
Class AnyScope

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

public class AnyScope
extends Scope

Combines multiple scopes. An item is considered in scope if it is included in at least one member scope.

See Also:
Session#addScope, Scope

Constructor Summary
AnyScope()
          Creates an empty scope.
AnyScope(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

AnyScope

public AnyScope()
Creates an empty scope.


AnyScope

public AnyScope(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.