com.microsoft.tfs.core.clients.versioncontrol
Class LocalPendingChangeFlags

java.lang.Object
  extended by com.microsoft.tfs.util.BitField
      extended by com.microsoft.tfs.core.clients.versioncontrol.LocalPendingChangeFlags
All Implemented Interfaces:
java.io.Serializable

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

LocalPendingChangeFlags describes additional information on LocalPendingChange objects.

See Also:
Serialized Form
Since:
TEE-SDK-11.0

Field Summary
static LocalPendingChangeFlags EXECUTABLE
           
static LocalPendingChangeFlags HAS_MERGE_CONFLICT
           
static LocalPendingChangeFlags IS_CANDIDATE
           
static LocalPendingChangeFlags NONE
           
static LocalPendingChangeFlags NOT_EXECUTABLE
           
static LocalPendingChangeFlags NOT_SYMLINK
           
static LocalPendingChangeFlags SYMLINK
           
 
Constructor Summary
LocalPendingChangeFlags(int flags)
           
 
Method Summary
 LocalPendingChangeFlags combine(LocalPendingChangeFlags other)
           
 boolean contains(LocalPendingChangeFlags other)
           
 boolean containsAll(LocalPendingChangeFlags other)
           
 boolean containsAny(LocalPendingChangeFlags other)
           
 LocalPendingChangeFlags remove(LocalPendingChangeFlags other)
           
 LocalPendingChangeFlags retain(LocalPendingChangeFlags 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 LocalPendingChangeFlags NONE

HAS_MERGE_CONFLICT

public static final LocalPendingChangeFlags HAS_MERGE_CONFLICT

IS_CANDIDATE

public static final LocalPendingChangeFlags IS_CANDIDATE

EXECUTABLE

public static final LocalPendingChangeFlags EXECUTABLE

NOT_EXECUTABLE

public static final LocalPendingChangeFlags NOT_EXECUTABLE

SYMLINK

public static final LocalPendingChangeFlags SYMLINK

NOT_SYMLINK

public static final LocalPendingChangeFlags NOT_SYMLINK
Constructor Detail

LocalPendingChangeFlags

public LocalPendingChangeFlags(int flags)
Method Detail

containsAll

public boolean containsAll(LocalPendingChangeFlags other)

contains

public boolean contains(LocalPendingChangeFlags other)

containsAny

public boolean containsAny(LocalPendingChangeFlags other)

remove

public LocalPendingChangeFlags remove(LocalPendingChangeFlags other)

retain

public LocalPendingChangeFlags retain(LocalPendingChangeFlags other)

combine

public LocalPendingChangeFlags combine(LocalPendingChangeFlags other)


© 2015 Microsoft. All rights reserved.