|
||||||||||
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.conflicts.resolutions.ConflictResolutionOptions
public class ConflictResolutionOptions
Field Summary | |
---|---|
static ConflictResolutionOptions |
NONE
|
static ConflictResolutionOptions |
SELECT_ENCODING
|
static ConflictResolutionOptions |
SELECT_NAME
|
Method Summary | |
---|---|
ConflictResolutionOptions |
combine(ConflictResolutionOptions other)
|
boolean |
contains(ConflictResolutionOptions 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 ConflictResolutionOptions NONE
public static final ConflictResolutionOptions SELECT_NAME
public static final ConflictResolutionOptions SELECT_ENCODING
Method Detail |
---|
public boolean contains(ConflictResolutionOptions other)
public ConflictResolutionOptions combine(ConflictResolutionOptions other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |