|
||||||||||
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.versioncontrol.PendChangesOptions
public final class PendChangesOptions
Options that affect how pending changes are created.
Field Summary | |
---|---|
static PendChangesOptions |
APPLY_LOCAL_ITEM_EXCLUSIONS
If true, applies the local item exlusion lists (see Workstation )
for items found by searching in a directory or matching a wildcard. |
static PendChangesOptions |
FORCE_CHECK_OUT_LOCAL_VERSION
This instructs the server to force "CheckOut Local Version" behavior. |
static PendChangesOptions |
GET_LATEST_ON_CHECKOUT
The client requests to synchronize to the latest version of an item on Checkout (PendingEdit). |
static PendChangesOptions |
NONE
|
static PendChangesOptions |
SILENT
This instructs the server not to return GetOps for the operation. |
static PendChangesOptions |
SUPPRESS_ITEM_NOT_FOUND_FAILURES
This flag instructs the client not to report any Failures returned by the server of type ItemNotFoundException as NonFatalErrors. |
static PendChangesOptions |
TREAT_MISSING_ITEMS_AS_FILES
Whether items missing on disk should be assumed to be files. |
Method Summary | |
---|---|
PendChangesOptions |
combine(PendChangesOptions other)
|
static PendChangesOptions |
combine(PendChangesOptions[] changeTypes)
|
boolean |
contains(PendChangesOptions other)
|
boolean |
containsAll(PendChangesOptions other)
|
boolean |
containsAny(PendChangesOptions other)
|
PendChangesOptions |
remove(PendChangesOptions other)
|
PendChangesOptions |
retain(PendChangesOptions 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 PendChangesOptions NONE
public static final PendChangesOptions GET_LATEST_ON_CHECKOUT
public static final PendChangesOptions SILENT
GET_LATEST_ON_CHECKOUT
and SILENT
are
enabled, you may still get back a GetOp if you need to GetLatest.
public static final PendChangesOptions FORCE_CHECK_OUT_LOCAL_VERSION
GET_LATEST_ON_CHECKOUT
flag above
if both are specified. This flag will supercede the
GET_LATEST_ON_CHECKOUT
team project annotation.
public static final PendChangesOptions SUPPRESS_ITEM_NOT_FOUND_FAILURES
ItemNotFoundException
as NonFatalErrors.
public static final PendChangesOptions TREAT_MISSING_ITEMS_AS_FILES
public static final PendChangesOptions APPLY_LOCAL_ITEM_EXCLUSIONS
Workstation
)
for items found by searching in a directory or matching a wildcard.
Method Detail |
---|
public static PendChangesOptions combine(PendChangesOptions[] changeTypes)
public boolean containsAll(PendChangesOptions other)
public boolean contains(PendChangesOptions other)
public boolean containsAny(PendChangesOptions other)
public PendChangesOptions remove(PendChangesOptions other)
public PendChangesOptions retain(PendChangesOptions other)
public PendChangesOptions combine(PendChangesOptions other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |