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

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

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

Options which control workspace options.

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

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

NONE

public static final WorkspaceOptions NONE
Since:
TFS 2012

SET_FILE_TO_CHECKIN

public static final WorkspaceOptions SET_FILE_TO_CHECKIN
Sets the last modified time for newly downloaded files to checkin time.

Since:
TFS 2012
Method Detail

fromFlags

public static WorkspaceOptions fromFlags(int flags)

containsAll

public boolean containsAll(WorkspaceOptions other)

contains

public boolean contains(WorkspaceOptions other)

containsAny

public boolean containsAny(WorkspaceOptions other)

remove

public WorkspaceOptions remove(WorkspaceOptions other)

retain

public WorkspaceOptions retain(WorkspaceOptions other)

combine

public WorkspaceOptions combine(WorkspaceOptions other)


© 2015 Microsoft. All rights reserved.