com.microsoft.tfs.core.clients.versioncontrol
Class LocalPendingChangeFlags
java.lang.Object
com.microsoft.tfs.util.BitField
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
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 |
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
LocalPendingChangeFlags
public LocalPendingChangeFlags(int flags)
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.