com.microsoft.tfs.core.clients.framework.location
Class ConnectOptions

java.lang.Object
  extended by com.microsoft.tfs.util.BitField
      extended by com.microsoft.tfs.core.clients.framework.location.ConnectOptions
All Implemented Interfaces:
java.io.Serializable

public class ConnectOptions
extends com.microsoft.tfs.util.BitField

Enumeration describing the connection options for a TFSConnection. This determines the level of information obtained during a connect.

See Also:
Serialized Form
Since:
TEE-SDK-10.1
Thread-safety:
thread-compatible

Field Summary
static ConnectOptions INCLUDE_SERVICES
          Includes information about the services supplied in the serviceFilter parameter.
static ConnectOptions NONE
          Retrieve no optional data.
 
Method Summary
 ConnectOptions combine(ConnectOptions other)
           
static ConnectOptions combine(ConnectOptions[] changeTypes)
           
 boolean contains(ConnectOptions other)
           
 boolean containsAll(ConnectOptions other)
           
 boolean containsAny(ConnectOptions other)
           
 ConnectOptions remove(ConnectOptions other)
           
 ConnectOptions retain(ConnectOptions other)
           
 
Methods inherited from class com.microsoft.tfs.util.BitField
combine, combineInternal, containsAllInternal, containsAnyInternal, containsInternal, equals, fromStringValues, getCombinedSpecialFlags, hashCode, isEmpty, registerStringValue, registerStringValue, removeInternal, retainInternal, toFullStringValues, toIntFlags, toString, toStringValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final ConnectOptions NONE
Retrieve no optional data.


INCLUDE_SERVICES

public static final ConnectOptions INCLUDE_SERVICES
Includes information about the services supplied in the serviceFilter parameter.

Method Detail

combine

public static ConnectOptions combine(ConnectOptions[] changeTypes)

containsAll

public boolean containsAll(ConnectOptions other)

contains

public boolean contains(ConnectOptions other)

containsAny

public boolean containsAny(ConnectOptions other)

remove

public ConnectOptions remove(ConnectOptions other)

retain

public ConnectOptions retain(ConnectOptions other)

combine

public ConnectOptions combine(ConnectOptions other)


© 2015 Microsoft. All rights reserved.