Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.offline.OfflineChangeType

Packages that use OfflineChangeType
com.microsoft.tfs.core.clients.versioncontrol.offline   
 

Uses of OfflineChangeType in com.microsoft.tfs.core.clients.versioncontrol.offline
 

Fields in com.microsoft.tfs.core.clients.versioncontrol.offline declared as OfflineChangeType
static OfflineChangeType OfflineChangeType.ADD
           
static OfflineChangeType OfflineChangeType.DELETE
           
static OfflineChangeType OfflineChangeType.EDIT
           
static OfflineChangeType OfflineChangeType.EXEC
           
static OfflineChangeType OfflineChangeType.NOT_EXEC
           
static OfflineChangeType OfflineChangeType.NOT_SYMLINK
           
static OfflineChangeType OfflineChangeType.SYMLINK
           
static OfflineChangeType OfflineChangeType.UNDO
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.offline that return OfflineChangeType
 OfflineChangeType[] OfflineChange.getChangeTypes()
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.offline with parameters of type OfflineChangeType
static OfflineChange[] OfflineChange.getChangesByType(OfflineChange[] changes, OfflineChangeType type)
          Gets the changes detected from synchronization by change type.
 boolean OfflineChange.hasChangeType(OfflineChangeType type)
           
 boolean OfflineSynchronizerFilter.shouldPend(java.io.File file, OfflineChangeType changeType, ItemType serverItemType)
          Returns true if changes should be pended for the given file.
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.offline with parameters of type OfflineChangeType
OfflineChange(java.lang.String localPath, OfflineChangeType changeType, ItemType serverItemType)
          Represents a change to an item done offline.
 



© 2015 Microsoft. All rights reserved.