|
||||||||||
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.WorkspaceOptions
public class WorkspaceOptions
Options which control workspace options.
Field Summary | |
---|---|
static WorkspaceOptions |
NONE
|
static WorkspaceOptions |
SET_FILE_TO_CHECKIN
Sets the last modified time for newly downloaded files to checkin time. |
Method Summary | |
---|---|
WorkspaceOptions |
combine(WorkspaceOptions other)
|
boolean |
contains(WorkspaceOptions other)
|
boolean |
containsAll(WorkspaceOptions other)
|
boolean |
containsAny(WorkspaceOptions other)
|
static WorkspaceOptions |
fromFlags(int flags)
|
WorkspaceOptions |
remove(WorkspaceOptions other)
|
WorkspaceOptions |
retain(WorkspaceOptions 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 WorkspaceOptions NONE
public static final WorkspaceOptions SET_FILE_TO_CHECKIN
Method Detail |
---|
public static WorkspaceOptions fromFlags(int flags)
public boolean containsAll(WorkspaceOptions other)
public boolean contains(WorkspaceOptions other)
public boolean containsAny(WorkspaceOptions other)
public WorkspaceOptions remove(WorkspaceOptions other)
public WorkspaceOptions retain(WorkspaceOptions other)
public WorkspaceOptions combine(WorkspaceOptions other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |