com.microsoft.tfs.core.clients.versioncontrol.offline
Class OfflineSynchronizerMethod

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by com.microsoft.tfs.core.clients.versioncontrol.offline.OfflineSynchronizerMethod
All Implemented Interfaces:
java.lang.Comparable

public class OfflineSynchronizerMethod
extends com.microsoft.tfs.util.TypesafeEnum

Enumerates the method for detecting offline changes.

Since:
TEE-SDK-10.1
Thread-safety:
immutable

Field Summary
static OfflineSynchronizerMethod MD5_HASH
           
static OfflineSynchronizerMethod WRITABLE_FILES
           
 
Method Summary
 
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum
compareTo, equals, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

WRITABLE_FILES

public static final OfflineSynchronizerMethod WRITABLE_FILES

MD5_HASH

public static final OfflineSynchronizerMethod MD5_HASH


© 2015 Microsoft. All rights reserved.