|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.util.BitField
com.microsoft.tfs.core.clients.framework.location.ConnectOptions
public class ConnectOptions
Enumeration describing the connection options for a TFSConnection
.
This determines the level of information obtained during a connect.
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 |
---|
public static final ConnectOptions NONE
public static final ConnectOptions INCLUDE_SERVICES
Method Detail |
---|
public static ConnectOptions combine(ConnectOptions[] changeTypes)
public boolean containsAll(ConnectOptions other)
public boolean contains(ConnectOptions other)
public boolean containsAny(ConnectOptions other)
public ConnectOptions remove(ConnectOptions other)
public ConnectOptions retain(ConnectOptions other)
public ConnectOptions combine(ConnectOptions other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |